diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-10-28 21:06:15 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-10-28 21:47:57 +0800 |
commit | 1cd5fb6de35c30eb1965c9847a808aefac325778 (patch) | |
tree | 48e4f26c7017fcc44512d6371a06823a4804ec0f /shell/e-shell-view.h | |
parent | b89a9ae09da810024655a87e5c466c2b171a47b4 (diff) | |
download | gsoc2013-evolution-1cd5fb6de35c30eb1965c9847a808aefac325778.tar.gz gsoc2013-evolution-1cd5fb6de35c30eb1965c9847a808aefac325778.tar.zst gsoc2013-evolution-1cd5fb6de35c30eb1965c9847a808aefac325778.zip |
Don't update the message list when right-clicking on a folder.
After the folder's context menu closes the folder tree selection jumps
back to the folder whose contents are showing in the message list.
Suggested by Philippe LeCavalier on evolution-list.
Diffstat (limited to 'shell/e-shell-view.h')
-rw-r--r-- | shell/e-shell-view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-view.h b/shell/e-shell-view.h index cc40b761df..7b8fb13861 100644 --- a/shell/e-shell-view.h +++ b/shell/e-shell-view.h @@ -180,7 +180,7 @@ GKeyFile * e_shell_view_get_state_key_file (EShellView *shell_view); void e_shell_view_set_state_dirty (EShellView *shell_view); void e_shell_view_execute_search (EShellView *shell_view); void e_shell_view_update_actions (EShellView *shell_view); -void e_shell_view_show_popup_menu (EShellView *shell_view, +GtkWidget * e_shell_view_show_popup_menu (EShellView *shell_view, const gchar *widget_path, GdkEventButton *event); GalViewInstance * |