diff options
author | Milan Crha <mcrha@redhat.com> | 2008-09-23 19:42:18 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2008-09-23 19:42:18 +0800 |
commit | dd797d23c8de2d4971ea395b59b239b13866e8e4 (patch) | |
tree | b55faa1c0a6ad81156176494a171c4c506d8394c /composer/ChangeLog | |
parent | ac1a2a03176315bf55a9c840c3dd7b808757a5ab (diff) | |
download | gsoc2013-evolution-dd797d23c8de2d4971ea395b59b239b13866e8e4.tar.gz gsoc2013-evolution-dd797d23c8de2d4971ea395b59b239b13866e8e4.tar.zst gsoc2013-evolution-dd797d23c8de2d4971ea395b59b239b13866e8e4.zip |
** Fix for bug #553273
2008-09-23 Milan Crha <mcrha@redhat.com>
** Fix for bug #553273
* addressbook/gui/component/addressbook-view.c: (delete_addressbook_folder), (delete_addressbook_cb):
* addressbook/gui/widgets/eab-gui-util.c: (save_it):
* addressbook/gui/contact-list-editor/e-contact-list-model.c: (e_contact_list_model_add_email):
* addressbook/gui/contact-list-editor/e-contact-list-editor.c: (contact_list_editor_contact_exists):
* plugins/exchange-operations/exchange-config-listener.c: (exchange_config_listener_authenticate):
* mail/em-composer-utils.c: (em_utils_handle_receipt):
* mail/em-folder-view.c: (emfv_delete_msg_response):
* composer/e-composer-actions.c: (action_save_cb):
* calendar/gui/alarm-notify/alarm-queue.c: (edit_component):
* calendar/gui/tasks-component.c: (delete_task_list_cb):
* calendar/gui/calendar-component.c: (delete_calendar_cb):
* calendar/gui/memos-component.c: (delete_memo_list_cb):
Always end e_error_run/e_error_new calls with NULL parameter.
svn path=/trunk/; revision=36434
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 7afbe38079..f18cb91c33 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,10 @@ +2008-09-23 Milan Crha <mcrha@redhat.com> + + ** Part of fix for bug #553273 + + * e-composer-actions.c: (action_save_cb): + Always end e_error_run/e_error_new calls with NULL parameter. + 2008-09-10 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #551548 |