From c5c09ba7baa6f24cce04f29c6541492810bdb6f3 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 7 Apr 2004 22:05:51 +0000 Subject: moved a comment to a more appropriate location svn path=/trunk/; revision=25365 --- mail/em-folder-tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/em-folder-tree.c b/mail/em-folder-tree.c index 5996168b5f..585abaf10a 100644 --- a/mail/em-folder-tree.c +++ b/mail/em-folder-tree.c @@ -2543,10 +2543,10 @@ emft_tree_button_press (GtkTreeView *treeview, GdkEventButton *event, EMFolderTr if (event->button != 3 && !(event->button == 1 && event->type == GDK_2BUTTON_PRESS)) return FALSE; - /* select/focus the row that was right-clicked */ if (!gtk_tree_view_get_path_at_pos (treeview, (int) event->x, (int) event->y, &tree_path, NULL, NULL, NULL)) return FALSE; + /* select/focus the row that was right-clicked or double-clicked */ gtk_tree_view_set_cursor (treeview, tree_path, NULL, FALSE); if (event->button == 1 && event->type == GDK_2BUTTON_PRESS) { -- cgit v1.2.3