diff options
author | Viktor Semykin <thesame.ml@gmail.com> | 2010-07-04 19:57:18 +0300 |
---|---|---|
committer | Viktor Semykin <thesame.ml@gmail.com> | 2010-07-04 19:57:18 +0300 |
commit | 514156edddceaa3fad523c2d46bc9ac1e00b6624 (patch) | |
tree | 595b1a7498bb58f43f0c6c838dbebde5d0d26619 | |
parent | c6ef716dbefff585d97c9f24844186c2cd010d18 (diff) |
fixed crash
-rw-r--r-- | plugins/gtkui/plcommon.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/gtkui/plcommon.c b/plugins/gtkui/plcommon.c index 1600b848..c5fe755c 100644 --- a/plugins/gtkui/plcommon.c +++ b/plugins/gtkui/plcommon.c @@ -507,9 +507,9 @@ list_context_menu (DdbListview *listview, DdbListviewIter it, int idx) { g_signal_connect ((gpointer) remove2, "activate", G_CALLBACK (on_remove2_activate), NULL); - g_signal_connect ((gpointer) remove_from_disk, "activate", - G_CALLBACK (on_remove_from_disk_activate), - NULL); +/* g_signal_connect ((gpointer) remove_from_disk, "activate",*/ +/* G_CALLBACK (on_remove_from_disk_activate),*/ +/* NULL);*/ g_signal_connect ((gpointer) properties1, "activate", G_CALLBACK (main_properties_activate), NULL); |