aboutsummaryrefslogtreecommitdiff
path: root/src/rotation-lock.cpp
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-11-01 08:21:06 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-11-01 08:21:06 +0100
commit9facc9ae06c42ce822e78b605c58e1cb7d7db8dc (patch)
tree9cc353820f1fce07208424d71883d7d7019ea9a7 /src/rotation-lock.cpp
parentf814857699e7903c59a856aaafa4fedecceb8bc5 (diff)
parent2626734c7e1f8060dd8b55dc25480d47758e369d (diff)
downloadayatana-indicator-display-9facc9ae06c42ce822e78b605c58e1cb7d7db8dc.tar.gz
ayatana-indicator-display-9facc9ae06c42ce822e78b605c58e1cb7d7db8dc.tar.bz2
ayatana-indicator-display-9facc9ae06c42ce822e78b605c58e1cb7d7db8dc.zip
Merge branch 'tari01-pr/rename-com-ubuntu-touch-system'
Attributes GH PR #36: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/36
Diffstat (limited to 'src/rotation-lock.cpp')
-rw-r--r--src/rotation-lock.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rotation-lock.cpp b/src/rotation-lock.cpp
index f671c4c..a794dd2 100644
--- a/src/rotation-lock.cpp
+++ b/src/rotation-lock.cpp
@@ -195,8 +195,8 @@ private:
****
***/
-#ifdef HAS_UBUNTU_TOUCH_SCHEMA
- static constexpr char const * m_schema_name {"com.ubuntu.touch.system"};
+#ifdef HAS_LOMIRI_TOUCH_SCHEMA
+ static constexpr char const * m_schema_name {"com.lomiri.touch.system"};
#else
static constexpr char const * m_schema_name {"org.ayatana.indicator.display"};
#endif