[evince/gdbus] [shell] Don't autostart the daemon just to unregister
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince/gdbus] [shell] Don't autostart the daemon just to unregister
- Date: Mon, 10 May 2010 13:00:40 +0000 (UTC)
commit d4f4fd8bd707e8ce227bad73a7e2b82d19e586dd
Author: Christian Persch <chpe gnome org>
Date: Mon May 10 14:59:55 2010 +0200
[shell] Don't autostart the daemon just to unregister
shell/ev-application.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shell/ev-application.c b/shell/ev-application.c
index 454a2ee..4331496 100644
--- a/shell/ev-application.c
+++ b/shell/ev-application.c
@@ -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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]