diff options
author | raveit65 <[email protected]> | 2013-08-09 17:09:57 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-10-03 13:10:34 +0200 |
commit | c7d5cb7d295716343e257a419f2479fcc32e6eff (patch) | |
tree | 42101f9443a66dc263f5bb22b2d0ebdf9e25c675 | |
parent | 8cc7c8067a15188fcb39ef9ab02ae5271ee9c1d3 (diff) | |
download | mate-power-manager-c7d5cb7d295716343e257a419f2479fcc32e6eff.tar.bz2 mate-power-manager-c7d5cb7d295716343e257a419f2479fcc32e6eff.tar.xz |
fix comment in gpm-manager.c
-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 5cff047..7561b22 100644 --- a/src/gpm-manager.c +++ b/src/gpm-manager.c @@ -1004,7 +1004,7 @@ gpm_manager_client_changed_cb (UpClient *client, GpmManager *manager) /* save in local cache */ manager->priv->on_battery = on_battery; - /* ConsoleKit says we are not on active console */ + /* ConsoleKit/systemd say we are not on active console */ if (!LOGIND_RUNNING() && !egg_console_kit_is_active (manager->priv->console)) { egg_debug ("ignoring as not on active console"); return; |