r15406 - gnucash/trunk/src/gnome - remove inappropriate call.

Josh Sled jsled at cvs.gnucash.org
Sun Jan 21 11:15:42 EST 2007


Author: jsled
Date: 2007-01-21 11:15:41 -0500 (Sun, 21 Jan 2007)
New Revision: 15406
Trac: http://svn.gnucash.org/trac/changeset/15406

Modified:
   gnucash/trunk/src/gnome/dialog-sx-since-last-run.c
Log:
remove inappropriate call.

Modified: gnucash/trunk/src/gnome/dialog-sx-since-last-run.c
===================================================================
--- gnucash/trunk/src/gnome/dialog-sx-since-last-run.c	2007-01-20 23:06:24 UTC (rev 15405)
+++ gnucash/trunk/src/gnome/dialog-sx-since-last-run.c	2007-01-21 16:15:41 UTC (rev 15406)
@@ -922,7 +922,6 @@
      dialog->editing_model = gnc_sx_slr_tree_model_adapter_new(sx_instances);
      // gobject-2.10: g_object_ref_sink(G_OBJECT(dialog->editing_model));
      g_object_ref(G_OBJECT(dialog->editing_model));
-     gtk_object_sink(GTK_OBJECT(dialog->editing_model));
      
      {
           GtkPaned *paned;



More information about the gnucash-changes mailing list