diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/rotation-lock.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rotation-lock.cpp b/src/rotation-lock.cpp index b27be71..f671c4c 100644 --- a/src/rotation-lock.cpp +++ b/src/rotation-lock.cpp @@ -198,7 +198,7 @@ private: #ifdef HAS_UBUNTU_TOUCH_SCHEMA static constexpr char const * m_schema_name {"com.ubuntu.touch.system"}; #else - static constexpr char const * m_schema_name {"org.ayatana.display"}; + static constexpr char const * m_schema_name {"org.ayatana.indicator.display"}; #endif GSettings* m_settings = nullptr; GSimpleActionGroup* m_action_group = nullptr; |