diff src/editors.h @ 1742:eb64f542341b

fixed list of possible editors in popup menu
author nadvornik
date Mon, 07 Sep 2009 20:04:22 +0000
parents 8e64965c1d92
children 956aab097ea7
line wrap: on
line diff
--- a/src/editors.h	Mon Sep 07 19:48:05 2009 +0000
+++ b/src/editors.h	Mon Sep 07 20:04:22 2009 +0000
@@ -118,7 +118,7 @@
 gboolean is_valid_editor_command(const gchar *key);
 gboolean editor_blocks_file(const gchar *key);
 
-EditorFlags editor_command_parse(const EditorDescription *editor, GList *list, gchar **output);
+EditorFlags editor_command_parse(const EditorDescription *editor, GList *list, gboolean consider_sidecars, gchar **output);
 
 #endif
 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */