mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
decided against
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15830 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
392cd816a3
commit
f64b83c37f
@ -541,7 +541,6 @@ gnc_plugin_page_sx_list_cmd_delete(GtkAction *action, GncPluginPageSxList *page)
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user