gimp r25474 - in trunk: . app/tools cursors



Author: mitch
Date: Sun Apr 13 14:50:01 2008
New Revision: 25474
URL: http://svn.gnome.org/viewvc/gimp?rev=25474&view=rev

Log:
2008-04-13  Michael Natterer  <mitch gimp org>

	* app/tools/gimpiscissorstool.c: minor cosmetics.

	* cursors/gimp-tool-cursors.xcf: add the new SELECT modifier.



Modified:
   trunk/ChangeLog
   trunk/app/tools/gimpiscissorstool.c
   trunk/cursors/gimp-tool-cursors.xcf

Modified: trunk/app/tools/gimpiscissorstool.c
==============================================================================
--- trunk/app/tools/gimpiscissorstool.c	(original)
+++ trunk/app/tools/gimpiscissorstool.c	Sun Apr 13 14:50:01 2008
@@ -1024,7 +1024,7 @@
         options = GIMP_SELECTION_TOOL_GET_OPTIONS (tool);
 
         /* Do not overwrite the modifiers for add, subtract, intersect */
-        if(options->operation == GIMP_CHANNEL_OP_REPLACE)
+        if (options->operation == GIMP_CHANNEL_OP_REPLACE)
           {
             modifier = GIMP_CURSOR_MODIFIER_SELECT;
           }
@@ -1051,7 +1051,6 @@
       break;
     }
 
-
   if (modifier != GIMP_CURSOR_MODIFIER_NONE)
     {
       gimp_tool_set_cursor (tool, display,

Modified: trunk/cursors/gimp-tool-cursors.xcf
==============================================================================
Binary files. No diff available.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]