diff options
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r-- | shell/e-shell-view.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c index b6d74276e5..3e351a8853 100644 --- a/shell/e-shell-view.c +++ b/shell/e-shell-view.c @@ -377,6 +377,7 @@ e_shell_view_set_view (EShellView *eshell_view, EFolder *efolder) control_frame = bonobo_widget_get_control_frame (BONOBO_WIDGET (folder_view)); + bonobo_control_frame_set_autoactivate (control_frame, FALSE); bonobo_control_frame_control_activate (control_frame); } |