diff src/main.c @ 1272:e0e12512cde2

read external editors from .desktop files
author nadvornik
date Sun, 01 Feb 2009 12:48:14 +0000
parents 1267d17986f3
children 8b89e3ff286b
line wrap: on
line diff
--- a/src/main.c	Thu Jan 29 19:43:34 2009 +0000
+++ b/src/main.c	Sun Feb 01 12:48:14 2009 +0000
@@ -31,6 +31,7 @@
 #include "cache_maint.h"
 #include "thumb.h"
 #include "metadata.h"
+#include "editors.h"
 
 #include <gdk/gdkkeysyms.h> /* for keyboard values */
 
@@ -771,6 +772,8 @@
 	filter_add_defaults();
 	filter_rebuild();
 
+	editor_load_descriptions();
+
 	accel_map_load();
 
 	if (startup_blank)