gimp r26492 - trunk/app/tools



Author: neo
Date: Mon Aug 11 09:47:30 2008
New Revision: 26492
URL: http://svn.gnome.org/viewvc/gimp?rev=26492&view=rev

Log:
make it compile again


Modified:
   trunk/app/tools/gimptexttool.c

Modified: trunk/app/tools/gimptexttool.c
==============================================================================
--- trunk/app/tools/gimptexttool.c	(original)
+++ trunk/app/tools/gimptexttool.c	Mon Aug 11 09:47:30 2008
@@ -622,8 +622,8 @@
 
   /* we need to redraw the rectangle if it is visible and the shape of
      the layer has changed, because of an undo for example. */
-  if (strcmp (pspec->name, "box-width" == 0)  ||
-      strcmp (pspec->name, "box-height" == 0) ||
+  if (strcmp (pspec->name, "box-width") == 0  ||
+      strcmp (pspec->name, "box-height") == 0 ||
       text->box_mode == GIMP_TEXT_BOX_DYNAMIC)
     {
       GimpRectangleTool *rect_tool = GIMP_RECTANGLE_TOOL (text_tool);



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