[goobox] fixed command line arguments not handled corrently
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [goobox] fixed command line arguments not handled corrently
- Date: Wed, 16 Sep 2015 15:50:08 +0000 (UTC)
commit e12eee7fdb345e3b53c92b6152e0b74f78371e3a
Author: Paolo Bacchilega <paobac src gnome org>
Date: Wed Sep 16 17:32:49 2015 +0200
fixed command line arguments not handled corrently
set the G_APPLICATION_HANDLES_COMMAND_LINE flag for the application
src/goo-application.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/goo-application.c b/src/goo-application.c
index c62de0e..b3636ef 100644
--- a/src/goo-application.c
+++ b/src/goo-application.c
@@ -424,6 +424,6 @@ goo_application_new (void)
{
return g_object_new (GOO_TYPE_APPLICATION,
"application-id", "org.gnome.Goobox",
- "flags", 0,
+ "flags", G_APPLICATION_HANDLES_COMMAND_LINE,
NULL);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]