diff options
author | Not Zed <NotZed@Ximian.com> | 2004-02-17 13:06:10 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-02-17 13:06:10 +0800 |
commit | 2edcc77ca4cab6e255a7c1830ca56302e3c5e2e0 (patch) | |
tree | e194d5ce77207a656bf17bcfec4d3c7ff21f2c73 /mail/ChangeLog | |
parent | 0c5435836a8cc45ec3d35edd57bf9ed9b05e6248 (diff) | |
download | gsoc2013-evolution-2edcc77ca4cab6e255a7c1830ca56302e3c5e2e0.tar.gz gsoc2013-evolution-2edcc77ca4cab6e255a7c1830ca56302e3c5e2e0.tar.zst gsoc2013-evolution-2edcc77ca4cab6e255a7c1830ca56302e3c5e2e0.zip |
** See bug #54200.
2004-02-17 Not Zed <NotZed@Ximian.com>
** See bug #54200.
* em-popup.c (em_popup_target_new_select): add
EM_POPUP_SELECT_FOLDER - to find out if we have a folder at
all. Handle getting a NULL folder passed in.
* em-folder-view.c (em_folder_view_get_popup_target): Added
EM_FOLDER_VIEW_SELECT_FOLDER - to detect when we dont have a
folder set on the emfolderview.
* em-folder-browser.c (emfb_mark_all_read): if we don't have a
folder, dont try and run.
(emfb_enable_map[]): Disable a bunch of stuff we have no
folder set.
svn path=/trunk/; revision=24755
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 6f3ec334ab..d568017fb6 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,20 @@ 2004-02-17 Not Zed <NotZed@Ximian.com> + ** See bug #54200. + + * em-popup.c (em_popup_target_new_select): add + EM_POPUP_SELECT_FOLDER - to find out if we have a folder at + all. Handle getting a NULL folder passed in. + + * em-folder-view.c (em_folder_view_get_popup_target): Added + EM_FOLDER_VIEW_SELECT_FOLDER - to detect when we dont have a + folder set on the emfolderview. + + * em-folder-browser.c (emfb_mark_all_read): if we don't have a + folder, dont try and run. + (emfb_enable_map[]): Disable a bunch of stuff we have no + folder set. + * importers/pine-importer.c (import_contact): fix for the weird-arsed e-contact list api. and fix a small memleak. |