diff options
author | Not Zed <NotZed@Ximian.com> | 2005-02-10 13:27:00 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-02-10 13:27:00 +0800 |
commit | 82ad8000d65676dbde7b46f02d9b42237a8e0c6e (patch) | |
tree | 2dc4d9730ab40de91bf58c809f6d36e748db77cc /mail/ChangeLog | |
parent | 0a50b0ab04ce94659ca09541a1d7f4fa5758c979 (diff) | |
download | gsoc2013-evolution-82ad8000d65676dbde7b46f02d9b42237a8e0c6e.tar gsoc2013-evolution-82ad8000d65676dbde7b46f02d9b42237a8e0c6e.tar.gz gsoc2013-evolution-82ad8000d65676dbde7b46f02d9b42237a8e0c6e.tar.bz2 gsoc2013-evolution-82ad8000d65676dbde7b46f02d9b42237a8e0c6e.tar.lz gsoc2013-evolution-82ad8000d65676dbde7b46f02d9b42237a8e0c6e.tar.xz gsoc2013-evolution-82ad8000d65676dbde7b46f02d9b42237a8e0c6e.tar.zst gsoc2013-evolution-82ad8000d65676dbde7b46f02d9b42237a8e0c6e.zip |
** See bug #72266
2005-02-10 Not Zed <NotZed@Ximian.com>
** See bug #72266
* em-folder-selection-button.c
(em_folder_selection_button_clicked): if the selector is already
up, just raise it.
(em_folder_selection_button_destroy): destroy the selector if it
is still up.
svn path=/trunk/; revision=28761
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index b769cc9558..873ec617a9 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2005-02-10 Not Zed <NotZed@Ximian.com> + + ** See bug #72266 + + * em-folder-selection-button.c + (em_folder_selection_button_clicked): if the selector is already + up, just raise it. + (em_folder_selection_button_destroy): destroy the selector if it + is still up. + 2005-02-09 Not Zed <NotZed@Ximian.com> ** See bug #71429 |