diff options
author | William Brown <[email protected]> | 2012-11-18 12:06:34 +1030 |
---|---|---|
committer | William Brown <[email protected]> | 2012-11-21 10:14:47 +1030 |
commit | d0eea338cc627b3083e16669a7f3e7a738410818 (patch) | |
tree | 7825a934f721cb54b5b34fb4d1a2f4f15e1399a1 | |
parent | f55a6f37d0805fd9f8270903929cdf08fda55e39 (diff) | |
download | mate-power-manager-d0eea338cc627b3083e16669a7f3e7a738410818.tar.bz2 mate-power-manager-d0eea338cc627b3083e16669a7f3e7a738410818.tar.xz |
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
-rw-r--r-- | src/gpm-manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |