diff 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
line wrap: on
line diff
--- a/src/menu.c	Mon Sep 07 19:48:05 2009 +0000
+++ b/src/menu.c	Mon Sep 07 20:04:22 2009 +0000
@@ -80,7 +80,7 @@
 		work = work->next;
 		gboolean active = TRUE;
 
-		if (fd_list && EDITOR_ERRORS(editor_command_parse(editor, fd_list, NULL)))
+		if (fd_list && EDITOR_ERRORS(editor_command_parse(editor, fd_list, FALSE, NULL)))
 			active = FALSE;
 
 		if (active)