aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
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/ChangeLog
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/ChangeLog')
-rw-r--r--calendar/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 4984ef2095..bb5ccb4db9 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,12 @@
+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.
+
+
2003-12-08 Bolian Yin <bolian.yin@sun.com>
* gui/gnome-cal.c (gnome_calendar_class_init): correct argument mismatch in "goto_date" signal definition.