aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-tree.h
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/em-folder-tree.h
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/em-folder-tree.h')
-rw-r--r--mail/em-folder-tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/em-folder-tree.h b/mail/em-folder-tree.h
index 2742b9fe15..32f9b5518a 100644
--- a/mail/em-folder-tree.h
+++ b/mail/em-folder-tree.h
@@ -54,6 +54,7 @@ struct _EMFolderTreeClass {
GtkVBoxClass parent_class;
/* signals */
+ void (* folder_activated) (EMFolderTree *emft, const char *path, const char *uri);
void (* folder_selected) (EMFolderTree *emft, const char *path, const char *uri);
};