[gthumb] Fix broken units widget in scale-series dialog, bug 584085



commit 52fb5f56222432253c743cbc39ca2895416e59de
Author: Michael J. Chudobiak <mjc avtechpulse com>
Date:   Thu May 28 14:49:41 2009 -0400

    Fix broken units widget in scale-series dialog, bug 584085
---
 data/glade/gthumb_tools.glade |   20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

diff --git a/data/glade/gthumb_tools.glade b/data/glade/gthumb_tools.glade
index 2cb1ddc..f86f823 100644
--- a/data/glade/gthumb_tools.glade
+++ b/data/glade/gthumb_tools.glade
@@ -3123,7 +3123,25 @@ keys to rotate and save losslessly, bypassing this dialog.&lt;/i&gt;&lt;/small&g
 			    <widget class="GtkOptionMenu" id="ss_unit_optionmenu">
 			      <property name="visible">True</property>
 			      <property name="can_focus">True</property>
-			      <property name="history">-1</property>
+			      <property name="history">0</property>
+			      <child>
+				<widget class="GtkMenu" id="menu2">
+				  <child>
+				    <widget class="GtkMenuItem" id="menuitem1">
+				      <property name="visible">True</property>
+				      <property name="label" translatable="yes">pixels</property>
+				      <property name="use_underline">True</property>
+				    </widget>
+				  </child>
+				  <child>
+				    <widget class="GtkMenuItem" id="menuitem2">
+				      <property name="visible">True</property>
+				      <property name="label" translatable="yes">%</property>
+				      <property name="use_underline">True</property>
+				    </widget>
+				  </child>
+				</widget>
+			      </child>
 			    </widget>
 			    <packing>
 			      <property name="left_attach">2</property>



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