Author: abrander
Date: 2010-04-01 22:34:20 +0200 (Thu, 01 Apr 2010)
New Revision: 3304

Modified:
   trunk/src/rs-toolbox.c
Log:
[364] Select first profile is the user hasn't selected any.

Modified: trunk/src/rs-toolbox.c
===================================================================
--- trunk/src/rs-toolbox.c      2010-04-01 20:32:32 UTC (rev 3303)
+++ trunk/src/rs-toolbox.c      2010-04-01 20:34:20 UTC (rev 3304)
@@ -1017,7 +1017,7 @@
                if (dcp_profile)
                        rs_profile_selector_select_profile(toolbox->selector, 
dcp_profile);
                else
-                       
gtk_combo_box_set_active(GTK_COMBO_BOX(toolbox->selector), 0);
+                       
gtk_combo_box_set_active(GTK_COMBO_BOX(toolbox->selector), 1);
                /* FIXME: support ICC profiles too */
        }
        gtk_widget_set_sensitive(toolbox->transforms, !!(toolbox->photo));


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

Reply via email to