Author: post
Date: 2010-02-13 18:16:51 +0100 (Sat, 13 Feb 2010)
New Revision: 3216

Modified:
   trunk/src/gtk-interface.c
Log:
Load DCP profiles at once when GUI is initialized.

Modified: trunk/src/gtk-interface.c
===================================================================
--- trunk/src/gtk-interface.c   2010-02-13 16:27:46 UTC (rev 3215)
+++ trunk/src/gtk-interface.c   2010-02-13 17:16:51 UTC (rev 3216)
@@ -1217,6 +1217,9 @@
                rs_dir_selector_expand_path(RS_DIR_SELECTOR(dir_selector), lwd);
                g_free(lwd);
        }
+       /* Construct this to load dcp profiles early */
+       RSProfileFactory *factory = rs_profile_factory_new_default();
+       factory = NULL;
 
        gui_set_busy(FALSE);
        gdk_threads_enter();


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to