]> www.fi.muni.cz Git - evince.git/commitdiff
[shell] Don't autostart the daemon just to unregister
authorChristian Persch <chpe@gnome.org>
Mon, 10 May 2010 12:59:55 +0000 (14:59 +0200)
committerCarlos Garcia Campos <carlosgc@gnome.org>
Tue, 25 May 2010 07:38:30 +0000 (09:38 +0200)
shell/ev-application.c

index 454a2ee5f015884db3e6aa9847a29ef64efe9027..43314969a087e0152c08270fb5e9c7a3b2f6cc8c 100644 (file)
@@ -465,7 +465,7 @@ ev_application_unregister_uri (EvApplication *application,
                     "org.gnome.evince.Daemon",
                     "UnregisterDocument",
                     g_variant_new ("(s)", uri),
-                    G_DBUS_INVOKE_METHOD_FLAGS_NONE,
+                    G_DBUS_INVOKE_METHOD_FLAGS_NO_AUTO_START,
                     -1,
                     NULL,
                     &error);