[nautilus] application: remove unneeded register-session



commit 2e4531b0aed50e78121da5d4397afffb2f0e5f16
Author: Carlos Soriano <csoriano gnome org>
Date:   Fri Apr 22 11:39:50 2016 +0200

    application: remove unneeded register-session
    
    This is only needed for the desktop since it gets started in the
    DESKTOP phase.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=765159

 src/nautilus-application.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-application.c b/src/nautilus-application.c
index 2d50c97..1f3b6c1 100644
--- a/src/nautilus-application.c
+++ b/src/nautilus-application.c
@@ -1366,7 +1366,6 @@ nautilus_application_new (void)
                             "application-id", "org.gnome.Nautilus",
                             "flags", G_APPLICATION_HANDLES_COMMAND_LINE | G_APPLICATION_HANDLES_OPEN,
                             "inactivity-timeout", 12000,
-                            "register-session", TRUE,
                             NULL);
 }
 


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