[file-roller] Application: mark that we handle the command line



commit ead5ddd26ec18033fa677cdf253ce25d5a0324e8
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Sat Jan 18 14:14:23 2014 +0100

    Application: mark that we handle the command line
    
    Otherwise activating the application a second time would fail.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=722492

 src/fr-application.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/fr-application.c b/src/fr-application.c
index 0109a3a..f751bcf 100644
--- a/src/fr-application.c
+++ b/src/fr-application.c
@@ -866,7 +866,7 @@ fr_application_new (void)
 {
         return g_object_new (fr_application_get_type (),
                              "application-id", "org.gnome.FileRoller",
-                             "flags", G_APPLICATION_FLAGS_NONE,
+                             "flags", G_APPLICATION_HANDLES_COMMAND_LINE,
                              NULL);
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]