r15830 - gnucash/trunk/src/gnome - decided against

Josh Sled jsled at cvs.gnucash.org
Thu Apr 5 20:50:14 EDT 2007


Author: jsled
Date: 2007-04-05 20:50:13 -0400 (Thu, 05 Apr 2007)
New Revision: 15830
Trac: http://svn.gnucash.org/trac/changeset/15830

Modified:
   gnucash/trunk/src/gnome/gnc-plugin-page-sx-list.c
Log:
decided against

Modified: gnucash/trunk/src/gnome/gnc-plugin-page-sx-list.c
===================================================================
--- gnucash/trunk/src/gnome/gnc-plugin-page-sx-list.c	2007-04-06 00:19:08 UTC (rev 15829)
+++ gnucash/trunk/src/gnome/gnc-plugin-page-sx-list.c	2007-04-06 00:50:13 UTC (rev 15830)
@@ -541,7 +541,6 @@
     GList *selected_paths, *to_delete = NULL;
     GtkTreeModel *model;
 
-    /* @@fixme -- add (suppressible?) confirmation dialog */
     selection = gtk_tree_view_get_selection(priv->tree_view);
     selected_paths = gtk_tree_selection_get_selected_rows(selection, &model);
     if (g_list_length(selected_paths) == 0)



More information about the gnucash-changes mailing list