diff options
author | Chris Toshok <toshok@ximian.com> | 2004-03-25 12:13:39 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-03-25 12:13:39 +0800 |
commit | 8630605ee31e4ce214d82b8fef8455314c63c5f3 (patch) | |
tree | 58115bbe32b57f04cc71c31c87279bcf00f6a61b /addressbook/ChangeLog | |
parent | eae413f6b215a1526588e98e2aa087e0c9323ec5 (diff) | |
download | gsoc2013-evolution-8630605ee31e4ce214d82b8fef8455314c63c5f3.tar gsoc2013-evolution-8630605ee31e4ce214d82b8fef8455314c63c5f3.tar.gz gsoc2013-evolution-8630605ee31e4ce214d82b8fef8455314c63c5f3.tar.bz2 gsoc2013-evolution-8630605ee31e4ce214d82b8fef8455314c63c5f3.tar.lz gsoc2013-evolution-8630605ee31e4ce214d82b8fef8455314c63c5f3.tar.xz gsoc2013-evolution-8630605ee31e4ce214d82b8fef8455314c63c5f3.tar.zst gsoc2013-evolution-8630605ee31e4ce214d82b8fef8455314c63c5f3.zip |
don't let the user delete their Personal addressbook. This is just a nice
2004-03-24 Chris Toshok <toshok@ximian.com>
* gui/component/addressbook-component.c
(fill_popup_menu_callback): don't let the user delete their
Personal addressbook. This is just a nice UI thingy.. A similar
fix needs to be made to e-d-s. so that attempts that circumvent a
nice UI will also fail.
svn path=/trunk/; revision=25181
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index b0118fc9e6..55d5f550f8 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,13 @@ 2004-03-24 Chris Toshok <toshok@ximian.com> + * gui/component/addressbook-component.c + (fill_popup_menu_callback): don't let the user delete their + Personal addressbook. This is just a nice UI thingy.. A similar + fix needs to be made to e-d-s. so that attempts that circumvent a + nice UI will also fail. + +2004-03-24 Chris Toshok <toshok@ximian.com> + * gui/widgets/eab-gui-util.c (eab_show_multiple_contacts): don't know what I was thinking approving this change. the _() was only used in the plural case (in fact where n > 5), so a singular case |