comparison src/menu.c @ 1742:eb64f542341b

fixed list of possible editors in popup menu
author nadvornik
date Mon, 07 Sep 2009 20:04:22 +0000
parents 0806ccdfe06b
children 956aab097ea7
comparison
equal deleted inserted replaced
1741:77415a49cd99 1742:eb64f542341b
78 { 78 {
79 const EditorDescription *editor = work->data; 79 const EditorDescription *editor = work->data;
80 work = work->next; 80 work = work->next;
81 gboolean active = TRUE; 81 gboolean active = TRUE;
82 82
83 if (fd_list && EDITOR_ERRORS(editor_command_parse(editor, fd_list, NULL))) 83 if (fd_list && EDITOR_ERRORS(editor_command_parse(editor, fd_list, FALSE, NULL)))
84 active = FALSE; 84 active = FALSE;
85 85
86 if (active) 86 if (active)
87 { 87 {
88 GtkWidget *item; 88 GtkWidget *item;