summaryrefslogtreecommitdiff
path: root/components/services/install-view/main.c
diff options
context:
space:
mode:
authorSeth Nickell <seth@eazel.com>2001-01-27 04:56:11 +0000
committerGeorge Lebl <jirka@src.gnome.org>2001-01-27 04:56:11 +0000
commitb535c341a2ed1ee77656421099573dbb008a54b7 (patch)
tree177ffc71012603f20753076fbafc020987583ec8 /components/services/install-view/main.c
parentcf6aa4aaf9eb401ef173abd0db0adb83842262c7 (diff)
downloadnautilus-b535c341a2ed1ee77656421099573dbb008a54b7.tar.gz
Holy piss sprinkled on this by Arik <arik@eazel.com>
Fri Jan 26 23:58:42 2001 George Lebl <jirka@5z.com> Holy piss sprinkled on this by Arik <arik@eazel.com> * components/adapter/main.c (main) components/help/hyperbola-main.c (main) components/image-viewer/nautilus-image-view.c (init_server_factory) components/mozilla/main.c (main) components/music/main.c (main) components/notes/nautilus-notes.c (main) components/services/install/nautilus-view/main.c (main) components/services/inventory/main.c (main) components/services/login/nautilus-view/main.c (main) components/services/summary/nautilus-view/main.c (main) components/shell/shell.c (init_bonobo) components/text/main.c (main) components/throbber/main.c (main) components/tree/main.c (main) libnautilus/nautilus-view-standard-main.c (nautilus_view_standard_main_multi): Add gnome_client_disable_master_connection call to all out of process component main functions since they should not register with the session manager. Fixes bug #6051 2001-01-26 Seth Nickell <seth@eazel.com>
Diffstat (limited to 'components/services/install-view/main.c')
-rw-r--r--components/services/install-view/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/services/install-view/main.c b/components/services/install-view/main.c
index 1064f8e75..c93ae2106 100644
--- a/components/services/install-view/main.c
+++ b/components/services/install-view/main.c
@@ -73,6 +73,9 @@ main (int argc, char *argv[])
BonoboGenericFactory *factory;
CORBA_ORB orb;
char *registration_id;
+
+ /* Disable session manager connection */
+ gnome_client_disable_master_connection ();
gnome_init_with_popt_table ("nautilus-service-install-view", VERSION,
argc, argv,