diff src/rcfile.c @ 1736:8e64965c1d92

load desktop files in idle time - scanning all desktop files takes a lot of time because of hdd seek - this change moves the scanning to idle time - the editors appears in the menus some time after startup https://sourceforge.net/tracker/index.php?func=detail&aid=2852522&group_id=222125&atid=1054680
author nadvornik
date Sun, 06 Sep 2009 14:01:03 +0000
parents 6cae2af8fdd1
children 956aab097ea7
line wrap: on
line diff
--- a/src/rcfile.c	Sun Sep 06 09:08:37 2009 +0000
+++ b/src/rcfile.c	Sun Sep 06 14:01:03 2009 +0000
@@ -884,9 +884,6 @@
 	options->metadata.write_orientation = FALSE;
 	DEBUG_1("compiled without Exiv2 - disabling XMP write support");
 #endif
-
-	/* on startup there are no layout windows and this just loads the editors */
-	layout_editors_reload_all();
 }
 
 static void options_parse_pane_exif(GQParserData *parser_data, GMarkupParseContext *context, const gchar *element_name, const gchar **attribute_names, const gchar **attribute_values, gpointer data, GError **error)