[gimp/soc-2013-combined-selection-tool: 221/230] app: stable build
- From: Ajay Ramanathan <ajayr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/soc-2013-combined-selection-tool: 221/230] app: stable build
- Date: Sat, 21 Sep 2013 03:19:33 +0000 (UTC)
commit d35fdff6aa33bcd2eadcddde677f2074169a692b
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]