aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-timezone-dialog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-02-07 03:40:41 +0800
committerDan Winship <danw@src.gnome.org>2003-02-07 03:40:41 +0800
commit9032dac041b213d4435f3e9c0536e900103f2a23 (patch)
tree1525fa3412199d2da657335d3cd1cb1418831ac2 /widgets/e-timezone-dialog
parent999c4567874fb4a3c0fad5027a25b1e9203db602 (diff)
downloadgsoc2013-evolution-9032dac041b213d4435f3e9c0536e900103f2a23.tar
gsoc2013-evolution-9032dac041b213d4435f3e9c0536e900103f2a23.tar.gz
gsoc2013-evolution-9032dac041b213d4435f3e9c0536e900103f2a23.tar.bz2
gsoc2013-evolution-9032dac041b213d4435f3e9c0536e900103f2a23.tar.lz
gsoc2013-evolution-9032dac041b213d4435f3e9c0536e900103f2a23.tar.xz
gsoc2013-evolution-9032dac041b213d4435f3e9c0536e900103f2a23.tar.zst
gsoc2013-evolution-9032dac041b213d4435f3e9c0536e900103f2a23.zip
Set response_ids on the OK/Cancel buttons
* e-timezone-dialog/e-timezone-dialog.glade: Set response_ids on the OK/Cancel buttons svn path=/trunk/; revision=19827
Diffstat (limited to 'widgets/e-timezone-dialog')
-rw-r--r--widgets/e-timezone-dialog/e-timezone-dialog.glade2
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/e-timezone-dialog/e-timezone-dialog.glade b/widgets/e-timezone-dialog/e-timezone-dialog.glade
index efbd180045..42a982defc 100644
--- a/widgets/e-timezone-dialog/e-timezone-dialog.glade
+++ b/widgets/e-timezone-dialog/e-timezone-dialog.glade
@@ -34,6 +34,7 @@
<property name="label">gtk-ok</property>
<property name="use_stock">yes</property>
<property name="use_underline">yes</property>
+ <property name="response_id">-3</property>
</widget>
</child>
@@ -45,6 +46,7 @@
<property name="label">gtk-cancel</property>
<property name="use_stock">yes</property>
<property name="use_underline">yes</property>
+ <property name="response_id">-2</property>
</widget>
</child>
</widget>