[Xfce4-commits] [xfce/xfce4-power-manager] 54/63: Settings: Don't be unique

noreply at xfce.org noreply at xfce.org
Sun Mar 22 13:02:49 CET 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository xfce/xfce4-power-manager.

commit 553ff3cf76706c3ca170a94f0ec0d2fd737f2796
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Fri Mar 20 10:34:04 2015 +0300

    Settings: Don't be unique
    
    We don't want the single app logic for settings because it can be
    a normal dialog and plugged into the settings manager at the same
    time.
---
 settings/xfpm-settings-app.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/settings/xfpm-settings-app.c b/settings/xfpm-settings-app.c
index c2a9490..da31410 100644
--- a/settings/xfpm-settings-app.c
+++ b/settings/xfpm-settings-app.c
@@ -353,6 +353,6 @@ xfpm_settings_app_new (void)
 {
     return g_object_new (XFPM_TYPE_SETTINGS_APP,
                          "application-id", "org.xfce.PowerManager.Settings",
-                         "flags", G_APPLICATION_FLAGS_NONE,
+                         "flags", G_APPLICATION_NON_UNIQUE,
                          NULL);
 }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list