From 9a904c937f8fecd8dd7ead89c1d05008932f6ead Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 3 May 2001 12:18:43 +0000 Subject: Make the `EShellOfflineHandler' object non-floating in the construct method. svn path=/trunk/; revision=9655 --- shell/e-shell-offline-handler.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell/e-shell-offline-handler.c') diff --git a/shell/e-shell-offline-handler.c b/shell/e-shell-offline-handler.c index 1967041a7e..9b591f5ef2 100644 --- a/shell/e-shell-offline-handler.c +++ b/shell/e-shell-offline-handler.c @@ -578,6 +578,8 @@ e_shell_offline_handler_construct (EShellOfflineHandler *offline_handler, g_assert (priv->component_registry == NULL); + GTK_OBJECT_UNSET_FLAGS (GTK_OBJECT (offline_handler), GTK_FLOATING); + gtk_object_ref (GTK_OBJECT (component_registry)); priv->component_registry = component_registry; } -- cgit v1.2.3