[Xfce4-commits] [xfce/xfce4-power-manager] 01/01: Fix logind inhibit (Bug #11767)

noreply at xfce.org noreply at xfce.org
Fri Apr 3 09:54:04 CEST 2015


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

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

commit b7a731f71c545a039fbe762967cb57bebdc20863
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Thu Apr 2 19:55:23 2015 +0300

    Fix logind inhibit (Bug #11767)
    
    Signed-off-by: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
---
 src/xfpm-manager.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xfpm-manager.c b/src/xfpm-manager.c
index 5d61399..5329392 100644
--- a/src/xfpm-manager.c
+++ b/src/xfpm-manager.c
@@ -653,7 +653,7 @@ xfpm_manager_inhibit_sleep_systemd (XfpmManager *manager)
                                                            "Inhibit",
                                                            g_variant_new ("(ssss)",
                                                                           what, who, why, mode),
-                                                           G_VARIANT_TYPE ("()"),
+                                                           G_VARIANT_TYPE ("(h)"),
                                                            G_DBUS_CALL_FLAGS_NONE,
                                                            -1,
                                                            NULL,

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


More information about the Xfce4-commits mailing list