r15646 - gnucash/trunk/src/gnome - Slightly more clear.
Josh Sled
jsled at cvs.gnucash.org
Wed Feb 21 22:02:00 EST 2007
Author: jsled
Date: 2007-02-21 22:01:59 -0500 (Wed, 21 Feb 2007)
New Revision: 15646
Trac: http://svn.gnucash.org/trac/changeset/15646
Modified:
gnucash/trunk/src/gnome/gnc-plugin-page-sx-list.c
Log:
Slightly more clear.
Modified: gnucash/trunk/src/gnome/gnc-plugin-page-sx-list.c
===================================================================
--- gnucash/trunk/src/gnome/gnc-plugin-page-sx-list.c 2007-02-22 02:35:06 UTC (rev 15645)
+++ gnucash/trunk/src/gnome/gnc-plugin-page-sx-list.c 2007-02-22 03:01:59 UTC (rev 15646)
@@ -468,10 +468,10 @@
gnc_ui_scheduled_xaction_editor_dialog_create((SchedXaction*)data, FALSE);
}
-static gpointer
-_argument_reorder_fn(gpointer data, gpointer user_data)
+static SchedXaction*
+_argument_reorder_fn(GtkTreePath* list_path_data, GncTreeViewSxList* user_tree_view)
{
- return gnc_tree_view_sx_list_get_sx_from_path((GncTreeViewSxList*)user_data, (GtkTreePath*)data);
+ return gnc_tree_view_sx_list_get_sx_from_path(user_tree_view, list_path_data);
}
static void
More information about the gnucash-changes
mailing list