aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-02-06 05:41:34 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-02-06 05:41:34 +0800
commita9f45747f1ac4ad3ae76d53e89638830f0929bb0 (patch)
tree28639707e615c5a6a5ca8f7598e9fe7f868c29a4 /mail/ChangeLog
parentf2400678cb02d9a759324c78fa45c321cc783f8e (diff)
downloadgsoc2013-evolution-a9f45747f1ac4ad3ae76d53e89638830f0929bb0.tar
gsoc2013-evolution-a9f45747f1ac4ad3ae76d53e89638830f0929bb0.tar.gz
gsoc2013-evolution-a9f45747f1ac4ad3ae76d53e89638830f0929bb0.tar.bz2
gsoc2013-evolution-a9f45747f1ac4ad3ae76d53e89638830f0929bb0.tar.lz
gsoc2013-evolution-a9f45747f1ac4ad3ae76d53e89638830f0929bb0.tar.xz
gsoc2013-evolution-a9f45747f1ac4ad3ae76d53e89638830f0929bb0.tar.zst
gsoc2013-evolution-a9f45747f1ac4ad3ae76d53e89638830f0929bb0.zip
Set the new title. (em_message_browser_window_new): Connect to the
2004-02-05 Jeffrey Stedfast <fejj@ximian.com> * em-message-browser.c (emmb_list_message_selected): Set the new title. (em_message_browser_window_new): Connect to the message_selected signal in the message-list widget. Fixes bug #52232. svn path=/trunk/; revision=24638
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 3bc54cc1ec..f8c8caab9b 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,10 @@
2004-02-05 Jeffrey Stedfast <fejj@ximian.com>
+ * em-message-browser.c (emmb_list_message_selected): Set the new
+ title.
+ (em_message_browser_window_new): Connect to the message_selected
+ signal in the message-list widget. Fixes bug #52232.
+
* em-folder-tree-model.c (em_folder_tree_model_row_drop_target):
Now takes a GdkContext arg... will need this later when we want to
re-enable dnd of vfolders.