Author: post
Date: 2011-04-06 22:39:23 +0200 (Wed, 06 Apr 2011)
New Revision: 3960
Modified:
trunk/src/gtk-interface.c
Log:
Set default active type in quick export options.
Modified: trunk/src/gtk-interface.c
===================================================================
--- trunk/src/gtk-interface.c 2011-04-06 18:45:32 UTC (rev 3959)
+++ trunk/src/gtk-interface.c 2011-04-06 20:39:23 UTC (rev 3960)
@@ -820,6 +820,8 @@
quick->event = filetype_event;
gui_confbox_set_callback(filetype_box, quick, filetype_changed);
active = gui_confbox_get_active(filetype_box);
+ if (!active)
+ active = g_type_from_name("RSJpegfile");
quick->output_type = g_type_name(GPOINTER_TO_INT(active));
/* Load default from conf, or use RSJpegfile */
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit