aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-03-02 07:03:33 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-03-02 07:03:33 +0800
commit7d30dc9ea66f0019306f62af15eb576474cc321d (patch)
tree5948938889c01bb1717f7b924afd34b8074b3787 /mail/ChangeLog
parentff18c9c70d7309713fa4483dd3707e9243b1af1a (diff)
downloadgsoc2013-evolution-7d30dc9ea66f0019306f62af15eb576474cc321d.tar
gsoc2013-evolution-7d30dc9ea66f0019306f62af15eb576474cc321d.tar.gz
gsoc2013-evolution-7d30dc9ea66f0019306f62af15eb576474cc321d.tar.bz2
gsoc2013-evolution-7d30dc9ea66f0019306f62af15eb576474cc321d.tar.lz
gsoc2013-evolution-7d30dc9ea66f0019306f62af15eb576474cc321d.tar.xz
gsoc2013-evolution-7d30dc9ea66f0019306f62af15eb576474cc321d.tar.zst
gsoc2013-evolution-7d30dc9ea66f0019306f62af15eb576474cc321d.zip
Connect to the folder-activated signal. (folder_activated_cb): Call
2004-03-01 Jeffrey Stedfast <fejj@ximian.com> * em-folder-selector.c (em_folder_selector_construct): Connect to the folder-activated signal. (folder_activated_cb): Call gtk_dialog_response() with GTK_RESPONSE_OK. Fixes bug #54793. * em-folder-tree.c (emft_tree_row_activated): New callback to emit the "folder-activated" signal which is needed to fix bug #54793. (emft_tree_button_press): Handle button1 double-clicks too (also for bug #54793). (emft_tree_button_press): On right-click, we also want to select the folder the user right-clicked on. Fixes bug #54772. svn path=/trunk/; revision=24928
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 fd0a0db56a..ed43fdc827 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,17 @@
+2004-03-01 Jeffrey Stedfast <fejj@ximian.com>
+
+ * em-folder-selector.c (em_folder_selector_construct): Connect to
+ the folder-activated signal.
+ (folder_activated_cb): Call gtk_dialog_response() with
+ GTK_RESPONSE_OK. Fixes bug #54793.
+
+ * em-folder-tree.c (emft_tree_row_activated): New callback to emit
+ the "folder-activated" signal which is needed to fix bug #54793.
+ (emft_tree_button_press): Handle button1 double-clicks too (also
+ for bug #54793).
+ (emft_tree_button_press): On right-click, we also want to select
+ the folder the user right-clicked on. Fixes bug #54772.
+
2004-02-27 Jeffrey Stedfast <fejj@ximian.com>
* em-mailer-prefs.c (em_mailer_prefs_construct): Fixed some