[Gnucash-changes] r12141 - gnucash/trunk - Comment out function that does nothing except generate a compiler

David Hampton hampton at cvs.gnucash.org
Tue Dec 6 21:14:21 EST 2005


Author: hampton
Date: 2005-12-06 21:14:20 -0500 (Tue, 06 Dec 2005)
New Revision: 12141
Trac: http://svn.gnucash.org/trac/changeset/12141

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/lib/goffice-0.0.4/goffice/gtk/go-combo-text.c
Log:
Comment out function that does nothing except generate a compiler
warning.


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2005-12-07 01:34:44 UTC (rev 12140)
+++ gnucash/trunk/ChangeLog	2005-12-07 02:14:20 UTC (rev 12141)
@@ -1,3 +1,8 @@
+2005-12-06  David Hampton  <hampton at employees.org>
+
+	* lib/goffice-0.0.4/goffice/gtk/go-combo-text.c: Comment out
+	function that does nothing except generate a compiler warning.
+
 2005-12-06  Joshua Sled  <jsled at asynchronous.org>
 
 	* gog-graph-impl.h: 

Modified: gnucash/trunk/lib/goffice-0.0.4/goffice/gtk/go-combo-text.c
===================================================================
--- gnucash/trunk/lib/goffice-0.0.4/goffice/gtk/go-combo-text.c	2005-12-07 01:34:44 UTC (rev 12140)
+++ gnucash/trunk/lib/goffice-0.0.4/goffice/gtk/go-combo-text.c	2005-12-07 02:14:20 UTC (rev 12141)
@@ -189,7 +189,7 @@
 	ct->rows = 0;
 	ct->entry = gtk_entry_new ();
 	ct->list = gtk_tree_view_new ();
-	g_object_set (G_OBJECT (ct->list), NULL);
+	//g_object_set (G_OBJECT (ct->list), NULL);
 	gtk_tree_view_set_headers_visible (GTK_TREE_VIEW (ct->list), FALSE);
 	store = gtk_list_store_new (1, G_TYPE_STRING);
 	gtk_tree_view_set_model (GTK_TREE_VIEW (ct->list), GTK_TREE_MODEL (store));



More information about the gnucash-changes mailing list