aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2021-11-03 21:04:41 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-11-08 12:47:19 +0100
commitf895b91a6f75d37d67e9e4dc946b0a954384d1d0 (patch)
tree05d5de0ba18a84adf3ba3b5bc7e8b63a54f21b6a /src
parent98af840c2161da2a61f7ac1f6f39bcb8ff0d61c1 (diff)
downloadayatana-indicator-sound-f895b91a6f75d37d67e9e4dc946b0a954384d1d0.tar.gz
ayatana-indicator-sound-f895b91a6f75d37d67e9e4dc946b0a954384d1d0.tar.bz2
ayatana-indicator-sound-f895b91a6f75d37d67e9e4dc946b0a954384d1d0.zip
Rename com.ubuntu.sound
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt2
-rw-r--r--src/options-gsettings.vala2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 6706222..13576f1 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -6,7 +6,7 @@ set(HEADER_PATH "${CMAKE_CURRENT_BINARY_DIR}/indicator-sound-service.h")
set(SYMBOLS_PATH "${CMAKE_CURRENT_BINARY_DIR}/indicator-sound-service.def")
set(VAPI_PATH "${CMAKE_CURRENT_BINARY_DIR}/indicator-sound-service.vapi")
-if(EXISTS "/usr/share/glib-2.0/schemas/com.ubuntu.sound.gschema.xml")
+if(EXISTS "/usr/share/glib-2.0/schemas/com.lomiri.sound.gschema.xml")
set (VALA_DEFINE_UBUNTU_SOUND_SCHEMA "--define=HAS_UBUNTU_SOUND_SCHEMA")
endif()
diff --git a/src/options-gsettings.vala b/src/options-gsettings.vala
index 7c187f9..5284011 100644
--- a/src/options-gsettings.vala
+++ b/src/options-gsettings.vala
@@ -32,7 +32,7 @@ public class IndicatorSound.OptionsGSettings : Options
private Settings _settings = new Settings ("org.ayatana.indicator.sound");
#if HAS_UBUNTU_SOUND_SCHEMA
- private Settings _shared_settings = new Settings ("com.ubuntu.sound");
+ private Settings _shared_settings = new Settings ("com.lomiri.sound");
#else
private Settings _shared_settings = new Settings ("org.ayatana.sound");
#endif