From a8bb3c5df03d4fdf6b776b9535e3a3ed3ab75e9b Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Mon, 18 Mar 2002 17:21:48 +0000 Subject: guard window creation to avoid re-enterancy, via. other shell calls to * src/nautilus-application.c (nautilus_application_create_desktop_window): guard window creation to avoid re-enterancy, via. other shell calls to create windows. * src/nautilus-main.c (main): vfs and bonobo init is done for us by gnome_program_init. * src/nautilus-view-frame.c (nautilus_view_frame_selection_changed), (send_history): check we have a listener before constructing potentially large and slow change notifications. * configure.in: require bonobo 1.113.0 where we have the event source acceleration. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index cbe0ca5a7..259d73e57 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl =========================================================================== ART_REQUIRED=2.3.6 BONOBO_ACTIVATION_REQUIRED=0.9.3 -BONOBO_REQUIRED=1.110 +BONOBO_REQUIRED=1.113 BONOBO_UI_REQUIRED=1.110.2 EEL_REQUIRED=1.1.8 ESOUND_REQUIRED=0.2.23 -- cgit v1.2.1