[Rawstudio-commit] r1978 - trunk/src

Anders Brander anders at brander.dk
Wed Sep 3 18:22:59 CEST 2008


Author: abrander
Date: 2008-09-03 18:22:59 +0200 (Wed, 03 Sep 2008)
New Revision: 1978

Modified:
   trunk/src/rs-actions.c
Log:
Made paste defualt to all settings.

Modified: trunk/src/rs-actions.c
===================================================================
--- trunk/src/rs-actions.c	2008-09-03 16:08:00 UTC (rev 1977)
+++ trunk/src/rs-actions.c	2008-09-03 16:22:59 UTC (rev 1978)
@@ -340,7 +340,7 @@
 
 ACTION(paste_settings)
 {
-	gint mask;
+	gint mask = 0xffffff;
 	
 	GtkWidget *dialog, *cb_box;
 	GtkWidget *cb_exposure, *cb_saturation, *cb_hue, *cb_contrast, *cb_whitebalance, *cb_curve, *cb_sharpen;




More information about the Rawstudio-commit mailing list