[Gnucash-changes] r11962 - gnucash/trunk/lib/goffice/gui-utils -
Remove unused call to g_object_set.
David Hampton
hampton at cvs.gnucash.org
Wed Nov 16 16:58:09 EST 2005
Author: hampton
Date: 2005-11-16 16:58:09 -0500 (Wed, 16 Nov 2005)
New Revision: 11962
Trac: http://svn.gnucash.org/trac/changeset/11962
Modified:
gnucash/trunk/lib/goffice/gui-utils/go-combo-text.c
Log:
Remove unused call to g_object_set.
Modified: gnucash/trunk/lib/goffice/gui-utils/go-combo-text.c
===================================================================
--- gnucash/trunk/lib/goffice/gui-utils/go-combo-text.c 2005-11-16 21:05:17 UTC (rev 11961)
+++ gnucash/trunk/lib/goffice/gui-utils/go-combo-text.c 2005-11-16 21:58:09 UTC (rev 11962)
@@ -187,7 +187,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