aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-12-02 21:08:32 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-12-02 21:08:32 +0100
commit848ebda2a08fd465c88a0d55008d9a3b4c6c1793 (patch)
tree7426f3786492faef4bd16fd17e39d284d2a488ba
parentda40552a4722899ee87be328992c961284c8968e (diff)
downloadayatana-indicator-notifications-848ebda2a08fd465c88a0d55008d9a3b4c6c1793.tar.gz
ayatana-indicator-notifications-848ebda2a08fd465c88a0d55008d9a3b4c6c1793.tar.bz2
ayatana-indicator-notifications-848ebda2a08fd465c88a0d55008d9a3b4c6c1793.zip
gschema: Namespace adaptations for gschema file.
-rw-r--r--data/org.ayatana.indicator.notifications.gschema.xml.in.in2
-rw-r--r--src/indicator-notifications.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/data/org.ayatana.indicator.notifications.gschema.xml.in.in b/data/org.ayatana.indicator.notifications.gschema.xml.in.in
index a4c6dde..95eb284 100644
--- a/data/org.ayatana.indicator.notifications.gschema.xml.in.in
+++ b/data/org.ayatana.indicator.notifications.gschema.xml.in.in
@@ -1,5 +1,5 @@
<schemalist gettext-domain="@GETTEXT_PACKAGE@">
- <schema id="net.launchpad.indicator.notifications" path="/net/launchpad/indicator/notifications/">
+ <schema id="org.ayatana.indicator.notifications" path="/org/ayatana/indicator/notifications/">
<key name="blacklist" type="as">
<default>[]</default>
<_summary>Discard notifications by application name</_summary>
diff --git a/src/indicator-notifications.c b/src/indicator-notifications.c
index 34cb3b5..fe4e2fa 100644
--- a/src/indicator-notifications.c
+++ b/src/indicator-notifications.c
@@ -87,7 +87,7 @@ struct _IndicatorNotificationsPrivate {
#define INDICATOR_NOTIFICATIONS_GET_PRIVATE(o) \
(G_TYPE_INSTANCE_GET_PRIVATE ((o), INDICATOR_NOTIFICATIONS_TYPE, IndicatorNotificationsPrivate))
-#define NOTIFICATIONS_SCHEMA "net.launchpad.indicator.notifications"
+#define NOTIFICATIONS_SCHEMA "org.ayatana.indicator.notifications"
#define NOTIFICATIONS_KEY_BLACKLIST "blacklist"
#define NOTIFICATIONS_KEY_CLEAR_MC "clear-on-middle-click"
#define NOTIFICATIONS_KEY_HIDE_INDICATOR "hide-indicator"