[nautilus-actions: 2/45] Fix duplicate ids in glade file
- From: Pierre Wieser <pwieser src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [nautilus-actions: 2/45] Fix duplicate ids in glade file
- Date: Wed, 29 Jul 2009 21:17:56 +0000 (UTC)
commit 818c99147e7d8206f677b59011c29e8417dac9ef
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]