diff options
author | Jon Trowbridge <trow@ximian.com> | 2001-10-28 14:25:57 +0800 |
---|---|---|
committer | Jon Trowbridge <trow@src.gnome.org> | 2001-10-28 14:25:57 +0800 |
commit | 7e0af5edb22627d39cd339eaec3f91a98d7681d4 (patch) | |
tree | 0ebd6cea8a864dac159c373e4a390cf90f8a55df /addressbook/ChangeLog | |
parent | 3a3fa91ac32ebbee54e7f335379564e587513dcb (diff) | |
download | gsoc2013-evolution-7e0af5edb22627d39cd339eaec3f91a98d7681d4.tar.gz gsoc2013-evolution-7e0af5edb22627d39cd339eaec3f91a98d7681d4.tar.zst gsoc2013-evolution-7e0af5edb22627d39cd339eaec3f91a98d7681d4.zip |
Change "this should never happen" dialog to not give my name/e-mail. Sorry
2001-10-28 Jon Trowbridge <trow@ximian.com>
* gui/component/select-names/e-select-names.c
(e_select_names_hookup_shell_listeners): Change "this should never
happen" dialog to not give my name/e-mail. Sorry translators.
But this really should never happen, thanks to my fix below.
* gui/component/addressbook-component.c: Initialize
global_shell_client to NULL. (Bug #6625)
svn path=/trunk/; revision=14282
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 300cb9da08..382d2d9119 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,13 @@ +2001-10-28 Jon Trowbridge <trow@ximian.com> + + * gui/component/select-names/e-select-names.c + (e_select_names_hookup_shell_listeners): Change "this should never + happen" dialog to not give my name/e-mail. Sorry translators. + But this really should never happen, thanks to my fix below. + + * gui/component/addressbook-component.c: Initialize + global_shell_client to NULL. (Bug #6625) + 2001-10-27 Chris Toshok <toshok@ximian.com> [ bug #12979 ] |