diff options
author | Chris Toshok <toshok@ximian.com> | 2004-04-13 10:39:18 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-04-13 10:39:18 +0800 |
commit | 30a33e8aab94f5cde1a79faf700c0c2313410a18 (patch) | |
tree | 6c94acb0bcba53cdac875d31ac152aa1d97b5816 /addressbook/ChangeLog | |
parent | 6bb123fef9b59492e4635825d3761fcd529b6344 (diff) | |
download | gsoc2013-evolution-30a33e8aab94f5cde1a79faf700c0c2313410a18.tar.gz gsoc2013-evolution-30a33e8aab94f5cde1a79faf700c0c2313410a18.tar.zst gsoc2013-evolution-30a33e8aab94f5cde1a79faf700c0c2313410a18.zip |
[ should fix #56537 ]
2004-04-12 Chris Toshok <toshok@ximian.com>
[ should fix #56537 ]
* gui/widgets/eab-popup-control.c (EMPTY_ENTRY): use _(), not N_()
here.
(email_menu_add_options_from_contact): and g_strdup it here, so
that the g_list_foreach (... g_free ..) doesn't cause things to
blow up.
(email_menu_unset_options): nuke ifdefed function.
* gui/widgets/eab-popup-control.h: don't include gtk.h, include
just what we need.
svn path=/trunk/; revision=25422
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index f3f3ef7e6a..8f7b3f1084 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,17 @@ +2004-04-12 Chris Toshok <toshok@ximian.com> + + [ should fix #56537 ] + + * gui/widgets/eab-popup-control.c (EMPTY_ENTRY): use _(), not N_() + here. + (email_menu_add_options_from_contact): and g_strdup it here, so + that the g_list_foreach (... g_free ..) doesn't cause things to + blow up. + (email_menu_unset_options): nuke ifdefed function. + + * gui/widgets/eab-popup-control.h: don't include gtk.h, include + just what we need. + 2004-04-10 Chris Toshok <toshok@ximian.com> * gui/widgets/eab-gui-util.h: add prototypes for |