diff options
author | Milan Crha <mcrha@redhat.com> | 2008-03-27 18:38:33 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2008-03-27 18:38:33 +0800 |
commit | 2759c2e3a72c5c2e8a7b35eb1342221c3813380b (patch) | |
tree | 36a29a3adfb1f5ff938beda7a1dc22d6b3520351 /calendar/ChangeLog | |
parent | eaca5de27a99671161919ef55ea10759828f2be5 (diff) | |
download | gsoc2013-evolution-2759c2e3a72c5c2e8a7b35eb1342221c3813380b.tar.gz gsoc2013-evolution-2759c2e3a72c5c2e8a7b35eb1342221c3813380b.tar.zst gsoc2013-evolution-2759c2e3a72c5c2e8a7b35eb1342221c3813380b.zip |
** Fix for bug #438613
2008-03-27 Milan Crha <mcrha@redhat.com>
** Fix for bug #438613
* addressbook/addressbook.error.xml:
Improved "contact-delete-error-perm" secondary text.
* calendar/calendar.error.xml: New message "prompt-read-only-cal-editor".
* calendar/gui/dialogs/comp-editor.c: (prompt_and_save_changes),
(menu_file_save_cb): Use different read-only message when checking
from contact editor and from calendar UI.
svn path=/trunk/; revision=35260
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 2c88ac569f..1753233db9 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,12 @@ +2008-03-27 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #438613 + + * calendar.error.xml: New message "prompt-read-only-cal-editor". + * gui/dialogs/comp-editor.c: (prompt_and_save_changes), + (menu_file_save_cb): Use different read-only message when checking + from contact editor and from calendar UI. + 2008-03-13 Milan Crha <mcrha@redhat.com> ** Fix for bug #512543 |