Do not show Copy, Move, Rename, Delete, New Folder external commands
authorLaurent Monin <geeqie@norz.org>
Sun, 4 May 2008 00:21:14 +0000 (00:21 +0000)
committerLaurent Monin <geeqie@norz.org>
Sun, 4 May 2008 00:21:14 +0000 (00:21 +0000)
in the Edit section of contextual menus.

src/menu.c

index 839da77..400fcc3 100644 (file)
@@ -66,7 +66,8 @@ gpointer submenu_item_get_data(GtkWidget *menu)
 static void add_edit_items(GtkWidget *menu, GCallback func, GtkAccelGroup *accel_grp)
 {
        gint i;
-       for (i = 0; i < GQ_EDITOR_SLOTS; i++)
+
+       for (i = 0; i < GQ_EDITOR_GENERIC_SLOTS; i++)
                {
                if (options->editor_command[i] && strlen(options->editor_command[i]) > 0)
                        {