[nautilus] Don't set a NULL argv for GApplication (#624508)
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] Don't set a NULL argv for GApplication (#624508)
- Date: Sat, 17 Jul 2010 13:58:57 +0000 (UTC)
commit b8f5d27f7deadb985d7574bc0547f2c616d8e9b9
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Sat Jul 17 16:00:53 2010 +0200
Don't set a NULL argv for GApplication (#624508)
src/nautilus-application.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/nautilus-application.c b/src/nautilus-application.c
index 1fe7eb7..0caac03 100644
--- a/src/nautilus-application.c
+++ b/src/nautilus-application.c
@@ -904,6 +904,7 @@ nautilus_application_startup (NautilusApplication *application,
&error,
"application-id", "org.gnome.Nautilus",
"default-quit", FALSE,
+ "argv", g_variant_new_bytestring_array (NULL, 0),
NULL);
g_assert (error == NULL);
is_remote = g_application_is_remote (application->unique_app);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]