From 7de868bec9079a283fb290c64b02306683f552ba Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 1 May 2000 21:01:26 +0000 Subject: Turn off control frame autoactivation, so the toolbars work correctly. * e-shell-view.c (e_shell_view_set_view): Turn off control frame autoactivation, so the toolbars work correctly. This may actually be a bug in Bonobo, but we'll kludge around it here for now. svn path=/trunk/; revision=2721 --- shell/ChangeLog | 6 ++++++ shell/e-shell-view.c | 1 + 2 files changed, 7 insertions(+) diff --git a/shell/ChangeLog b/shell/ChangeLog index d680b9eb22..9eae48d91f 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,9 @@ +2000-05-01 Dan Winship + + * e-shell-view.c (e_shell_view_set_view): Turn off control frame + autoactivation, so the toolbars work correctly. This may actually + be a bug in Bonobo, but we'll kludge around it here for now. + 2000-04-27 Ettore Perazzoli * e-shell-view.c: OAFized. 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); } -- cgit v1.2.3