[gimp/soc-2013-combined-selection-tool] app: stable build



commit 3e5b0d2ddd6cc3e0f6c8f1a62f514fb5fa39435a
Author: Ajay Ramanathan <ajay 010293 gmail com>
Date:   Tue Sep 10 00:15:42 2013 +0530

    app: stable build

 app/tools/gimpiscissorsoptions.c |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/app/tools/gimpiscissorsoptions.c b/app/tools/gimpiscissorsoptions.c
index 90c33f6..041cb78 100644
--- a/app/tools/gimpiscissorsoptions.c
+++ b/app/tools/gimpiscissorsoptions.c
@@ -151,7 +151,7 @@ gimp_iscissors_options_gui (GimpToolOptions *tool_options)
 
   tool_type = tool_options->tool_info->tool_type;
   
-  if (g_type_is_a (tool_type, GIMP_TYPE_SELECT_BY_CONTENT_TOOL))
+/*if (g_type_is_a (tool_type, GIMP_TYPE_SELECT_BY_CONTENT_TOOL))
   {
 
     button = gimp_prop_check_button_new (config, "interactive",
@@ -163,7 +163,10 @@ gimp_iscissors_options_gui (GimpToolOptions *tool_options)
 
     gtk_box_pack_start (GTK_BOX (vbox), frame, FALSE, FALSE, 0);
     gtk_widget_show (frame);
-  }
+  }*/
+
+    button = gimp_prop_check_button_new (config, "interactive",
+                                       _("Interactive boundary"));
 
   return vbox;
 }


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