r15333 - gnucash/branches/sx-cleanup/src/gnome - compilation fixes. :(

Joshua Sled jsled at cvs.gnucash.org
Tue Jan 9 15:32:32 EST 2007


Author: jsled
Date: 2007-01-09 15:32:32 -0500 (Tue, 09 Jan 2007)
New Revision: 15333
Trac: http://svn.gnucash.org/trac/changeset/15333

Modified:
   gnucash/branches/sx-cleanup/src/gnome/dialog-sx-since-last-run.c
   gnucash/branches/sx-cleanup/src/gnome/gnc-sx-list-tree-model-adapter.c
Log:
compilation fixes. :(

Modified: gnucash/branches/sx-cleanup/src/gnome/dialog-sx-since-last-run.c
===================================================================
--- gnucash/branches/sx-cleanup/src/gnome/dialog-sx-since-last-run.c	2007-01-09 20:18:08 UTC (rev 15332)
+++ gnucash/branches/sx-cleanup/src/gnome/dialog-sx-since-last-run.c	2007-01-09 20:32:32 UTC (rev 15333)
@@ -779,9 +779,9 @@
      rtn->instances = instances;
      g_object_ref(G_OBJECT(rtn->instances));
      gsslrtma_populate_tree_store(rtn);
-     g_signal_connect(G_OBJECT(rtn->instances), "added", (GCallback)gsslrtma_added_cb, (gpointer)rtn);
+     //g_signal_connect(G_OBJECT(rtn->instances), "added", (GCallback)gsslrtma_added_cb, (gpointer)rtn);
      rtn->updated_cb_id = g_signal_connect(G_OBJECT(rtn->instances), "updated", (GCallback)gsslrtma_updated_cb, (gpointer)rtn);
-     g_signal_connect(G_OBJECT(rtn->instances), "removing", (GCallback)gsslrtma_removing_cb, (gpointer)rtn);
+     //g_signal_connect(G_OBJECT(rtn->instances), "removing", (GCallback)gsslrtma_removing_cb, (gpointer)rtn);
      return rtn;
 }
 

Modified: gnucash/branches/sx-cleanup/src/gnome/gnc-sx-list-tree-model-adapter.c
===================================================================
--- gnucash/branches/sx-cleanup/src/gnome/gnc-sx-list-tree-model-adapter.c	2007-01-09 20:18:08 UTC (rev 15332)
+++ gnucash/branches/sx-cleanup/src/gnome/gnc-sx-list-tree-model-adapter.c	2007-01-09 20:32:32 UTC (rev 15333)
@@ -343,7 +343,7 @@
 {
      GncSxListTreeModelAdapter *model = GNC_SX_LIST_TREE_MODEL_ADAPTER(user_data);
      printf("removing\n");
-     gnc_sx_instance_model_remove_sx_instance(instances, sx_removing);
+     gnc_sx_instance_model_remove_sx_instances(instances, sx_removing);
      gtk_tree_store_clear(model->real);
      gsltma_populate_tree_store(model);
 }



More information about the gnucash-changes mailing list