[gimp] app: make the "Dynamic Text Box" button insensitive by default



commit d28ed195a3d4207ca9877320acab846a3121167a
Author: Michael Natterer <mitch gimp org>
Date:   Wed Feb 17 19:18:13 2010 +0100

    app: make the "Dynamic Text Box" button insensitive by default

 app/tools/gimptextoptions.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/app/tools/gimptextoptions.c b/app/tools/gimptextoptions.c
index 1904b09..92236d2 100644
--- a/app/tools/gimptextoptions.c
+++ b/app/tools/gimptextoptions.c
@@ -519,6 +519,7 @@ gimp_text_options_gui (GimpToolOptions *tool_options)
 
   options->dynamic_box_button = button =
     gtk_button_new_with_label (_("Dynamic Text Box"));
+  gtk_widget_set_sensitive (button, FALSE);
   gtk_box_pack_start (GTK_BOX (main_vbox), button, FALSE, FALSE, 0);
   gtk_widget_show (button);
 



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