aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-01-19 15:12:54 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-01-19 15:12:54 +0800
commit3f3cb88b8e27d8926701bac89ec8773f4bf99d83 (patch)
tree5b315b757c52a429e754a79f91b23c70c9388bf0 /mail/ChangeLog
parent04e3d88bcc495709386e3e8bc092d86b7cd183cb (diff)
downloadgsoc2013-evolution-3f3cb88b8e27d8926701bac89ec8773f4bf99d83.tar
gsoc2013-evolution-3f3cb88b8e27d8926701bac89ec8773f4bf99d83.tar.gz
gsoc2013-evolution-3f3cb88b8e27d8926701bac89ec8773f4bf99d83.tar.bz2
gsoc2013-evolution-3f3cb88b8e27d8926701bac89ec8773f4bf99d83.tar.lz
gsoc2013-evolution-3f3cb88b8e27d8926701bac89ec8773f4bf99d83.tar.xz
gsoc2013-evolution-3f3cb88b8e27d8926701bac89ec8773f4bf99d83.tar.zst
gsoc2013-evolution-3f3cb88b8e27d8926701bac89ec8773f4bf99d83.zip
get the toplevel widget here too, similar to bug 52161.
2004-01-19 Not Zed <NotZed@Ximian.com> * em-folder-browser.c (emfb_folder_expunge): get the toplevel widget here too, similar to bug 52161. ** See bug #52956 * em-composer-prefs.c (sig_edit_cb): The fileentry_add_script_script widget is a GnomeFileEntry not a GtkEntry. (sig_add_script_response): use get_full_path rather than snooping the gtkentry. Also, don't close/quit the script dialogue on a bad name. svn path=/trunk/; revision=24301
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 686b655d49..4abe8e72bb 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,19 @@
2004-01-19 Not Zed <NotZed@Ximian.com>
+ * em-folder-browser.c (emfb_folder_expunge): get the toplevel
+ widget here too, similar to bug 52161.
+
+ ** See bug #52956
+
+ * em-composer-prefs.c (sig_edit_cb): The
+ fileentry_add_script_script widget is a GnomeFileEntry not a
+ GtkEntry.
+ (sig_add_script_response): use get_full_path rather than snooping
+ the gtkentry. Also, don't close/quit the script dialogue on a bad
+ name.
+
+2004-01-19 Not Zed <NotZed@Ximian.com>
+
* em-migrate.c (em_upgrade_pop_uid_caches_1_4): if we can't open
the pop3 cache dir, because it doesn't exist, it is not an error.