[nautilus-actions: 40/45] Fix duplicate ids in glade file



commit 217d20ba72a4e695865e3105db8d0566479807ed
Author: Pierre Wieser <pwieser trychlos org>
Date:   Thu Jul 16 18:42:22 2009 +0200

    Fix duplicate ids in glade file

 src/nact/nautilus-actions-config.ui |   28 ++++++++++++++++++++++++++--
 1 files changed, 26 insertions(+), 2 deletions(-)
---
diff --git a/src/nact/nautilus-actions-config.ui b/src/nact/nautilus-actions-config.ui
index bd5de49..897d841 100644
--- a/src/nact/nautilus-actions-config.ui
+++ b/src/nact/nautilus-actions-config.ui
@@ -1412,7 +1412,18 @@ file(s)/folder(s)</property>
             <property name="visible">True</property>
             <property name="layout_style">end</property>
             <child>
-              <placeholder/>
+              <object class="GtkButton" id="CancelButton">
+                <property name="label" translatable="yes">gtk-cancel</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_stock">True</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">0</property>
+              </packing>
             </child>
             <child>
               <object class="GtkButton" id="SaveButton">
@@ -1439,6 +1450,7 @@ file(s)/folder(s)</property>
       </object>
     </child>
     <action-widgets>
+      <action-widget response="0">CancelButton</action-widget>
       <action-widget response="-5">SaveButton</action-widget>
     </action-widgets>
   </object>
@@ -1993,7 +2005,18 @@ file(s)/folder(s)</property>
             <property name="visible">True</property>
             <property name="layout_style">end</property>
             <child>
-              <placeholder/>
+              <object class="GtkButton" id="CancelButton">
+                <property name="label" translatable="yes">gtk-cancel</property>
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="use_stock">True</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">0</property>
+              </packing>
             </child>
             <child>
               <object class="GtkButton" id="OKButton">
@@ -2020,6 +2043,7 @@ file(s)/folder(s)</property>
       </object>
     </child>
     <action-widgets>
+      <action-widget response="0">CancelButton</action-widget>
       <action-widget response="-5">OKButton</action-widget>
     </action-widgets>
   </object>



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