diff options
author | Harry Lu <harry.lu@sun.com> | 2003-07-03 05:24:03 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2003-07-03 05:24:03 +0800 |
commit | 7b887ab330e6e00b46d260ebdfe512cdf9e9494f (patch) | |
tree | 16b80488625aaa18724ebe670900907d68cff2f2 /calendar/ChangeLog | |
parent | e712cc248aef07ba3828362552f9e56bdf833a06 (diff) | |
download | gsoc2013-evolution-7b887ab330e6e00b46d260ebdfe512cdf9e9494f.tar.gz gsoc2013-evolution-7b887ab330e6e00b46d260ebdfe512cdf9e9494f.tar.zst gsoc2013-evolution-7b887ab330e6e00b46d260ebdfe512cdf9e9494f.zip |
Fixes #44485
2003-07-02 Harry Lu <harry.lu@sun.com>
Fixes #44485
* gui/e-timezone-entry.c (e_timezone_entry_set_entry): pass a
new allocated string to gtk_entry_set_text instead of the one
that might come from gettext.
svn path=/trunk/; revision=21728
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index bc7aee4d24..89c8ab8329 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +2003-07-02 Harry Lu <harry.lu@sun.com> + + Fixes #44485 + + * gui/e-timezone-entry.c (e_timezone_entry_set_entry): pass a + new allocated string to gtk_entry_set_text instead of the one + that might come from gettext. + 2003-07-02 Dan Winship <danw@ximian.com> * cal-client/cal-client.c (real_open_calendar): Don't leak |