Author: akv
Date: 2012-04-29 23:28:56 +0200 (Sun, 29 Apr 2012)
New Revision: 4214

Modified:
   branches/4175-enfuse/src/rs-enfuse.c
Log:
Defaulting to 1000 pixel BB size

Modified: branches/4175-enfuse/src/rs-enfuse.c
===================================================================
--- branches/4175-enfuse/src/rs-enfuse.c        2012-04-29 21:28:05 UTC (rev 
4213)
+++ branches/4175-enfuse/src/rs-enfuse.c        2012-04-29 21:28:56 UTC (rev 
4214)
@@ -263,7 +263,7 @@
   gchar *align_options = NULL;
   gchar *enfuse_options = g_strdup("-d 16");
   gboolean extend = TRUE;
-  gint boundingbox = -1;
+  gint boundingbox = 1000;
 
   if (num_selected == 1)
     extend = TRUE;


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

Reply via email to