Fix s_ck2ActiveProperty value

icc-effect-5.14.5
Martin Flöser 2017-07-15 11:01:03 +02:00
parent d4423186b9
commit 58322c2778
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ const static QString s_ck2Path = QStringLiteral("/org/freedesktop/ConsoleKit/Man
const static QString s_ck2ManagerInterface = QStringLiteral("org.freedesktop.ConsoleKit.Manager");
const static QString s_ck2SeatInterface = QStringLiteral("org.freedesktop.ConsoleKit.Seat");
const static QString s_ck2SessionInterface = QStringLiteral("org.freedesktop.ConsoleKit.Session");
const static QString s_ck2ActiveProperty = QStringLiteral("activate");
const static QString s_ck2ActiveProperty = QStringLiteral("active");
const static QString s_dbusPropertiesInterface = QStringLiteral("org.freedesktop.DBus.Properties");