aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs
diff options
context:
space:
mode:
authorCarl Sun <carl.sun@sun.com>2003-12-08 22:16:13 +0800
committerYuedong Du <york@src.gnome.org>2003-12-08 22:16:13 +0800
commitf774fa56ce82703a489a966886d7297054927105 (patch)
tree1e50f24e7a2ee77b609b221b0515567f896f168c /calendar/gui/dialogs
parente3e2bafd795437a5ad7139d9427b1aefa1e59822 (diff)
downloadgsoc2013-evolution-f774fa56ce82703a489a966886d7297054927105.tar
gsoc2013-evolution-f774fa56ce82703a489a966886d7297054927105.tar.gz
gsoc2013-evolution-f774fa56ce82703a489a966886d7297054927105.tar.bz2
gsoc2013-evolution-f774fa56ce82703a489a966886d7297054927105.tar.lz
gsoc2013-evolution-f774fa56ce82703a489a966886d7297054927105.tar.xz
gsoc2013-evolution-f774fa56ce82703a489a966886d7297054927105.tar.zst
gsoc2013-evolution-f774fa56ce82703a489a966886d7297054927105.zip
Fixes #46351
2003-12-08 Carl Sun <carl.sun@sun.com> Fixes #46351 * gui/e-timezone-entry.c (e_timezone_entry_mnemonic_activate): new function. override the member function of GtkWidget to handle nemonic_activate signal of custom class ETimezoneEntry. svn path=/trunk/; revision=23673
Diffstat (limited to 'calendar/gui/dialogs')
-rw-r--r--calendar/gui/dialogs/cal-prefs-dialog.glade2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/dialogs/cal-prefs-dialog.glade b/calendar/gui/dialogs/cal-prefs-dialog.glade
index ff79e2cb2b..d566368611 100644
--- a/calendar/gui/dialogs/cal-prefs-dialog.glade
+++ b/calendar/gui/dialogs/cal-prefs-dialog.glade
@@ -116,6 +116,7 @@
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
+ <property name="mnemonic_widget">timezone</property>
</widget>
<packing>
<property name="left_attach">0</property>
@@ -217,6 +218,7 @@
<child>
<widget class="Custom" id="timezone">
<property name="visible">True</property>
+ <property name="can_focus">True</property>
<property name="creation_function">make_timezone_entry</property>
<property name="int1">0</property>
<property name="int2">0</property>