From d0eea338cc627b3083e16669a7f3e7a738410818 Mon Sep 17 00:00:00 2001 From: William Brown Date: Sun, 18 Nov 2012 12:06:34 +1030 Subject: Current work on systemd-inhibit support in mpm. DOES NOT WORK YET. See https://bugzilla.redhat.com/show_bug.cgi?id=876396 and https://bugzilla.redhat.com/show_bug.cgi?id=876782 --- src/gpm-manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gpm-manager.c b/src/gpm-manager.c index 150379d..3236406 100644 --- a/src/gpm-manager.c +++ b/src/gpm-manager.c @@ -1852,7 +1852,7 @@ gpm_manager_systemd_inhibit (GDBusProxy *proxy) { GError *error = NULL; gint32 r = -1; - proxy == NULL; + //proxy == NULL; /* Should we define these elsewhere? */ const char* arg_what = "handle-power-key:handle-suspend-key:handle-lid-switch"; const char* arg_who = "mate-power-manager"; -- cgit v1.2.1