[nautilus/gnome-2-32: 247/283] Don't set a NULL argv for GApplication (#624508)
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/gnome-2-32: 247/283] Don't set a NULL argv for GApplication (#624508)
- Date: Thu, 12 Aug 2010 11:24:48 +0000 (UTC)
commit ce9cbaf18abffedc1614b36453a6fba77dce18e8
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 d234755..59ac1d6 100644
--- a/src/nautilus-application.c
+++ b/src/nautilus-application.c
@@ -873,6 +873,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]