aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-11-01 08:12:29 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-11-01 08:12:29 +0100
commitf25c5c898bf5afbb51a7dbe004d633cefdfca5e2 (patch)
tree6cc7d70e6a815bc34ebe539f286c52d9fa62415e
parent2e0b3e5326b284050814a4708b3cf89fc3cdb6e4 (diff)
parentaab43add0053e370e2cc4370651df6904c6bb253 (diff)
downloadayatana-indicator-power-f25c5c898bf5afbb51a7dbe004d633cefdfca5e2.tar.gz
ayatana-indicator-power-f25c5c898bf5afbb51a7dbe004d633cefdfca5e2.tar.bz2
ayatana-indicator-power-f25c5c898bf5afbb51a7dbe004d633cefdfca5e2.zip
Merge branch 'tari01-pr/rename-com-ubuntu-touch-system'
Attributes GH PR #45: https://github.com/AyatanaIndicators/ayatana-indicator-power/pull/45
-rw-r--r--src/brightness.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/brightness.c b/src/brightness.c
index 4b00568..f455667 100644
--- a/src/brightness.c
+++ b/src/brightness.c
@@ -1,5 +1,6 @@
/*
* Copyright 2014 Canonical Ltd.
+ * Copyright 2021 Robert Tari
*
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 3, as published
@@ -15,6 +16,7 @@
*
* Authors:
* Charles Kerr <charles.kerr@canonical.com>
+ * Robert Tari <robert@tari.in>
*/
#include "brightness.h"
@@ -22,7 +24,7 @@
#include <gio/gio.h>
-#define SCHEMA_NAME "com.ubuntu.touch.system"
+#define SCHEMA_NAME "com.lomiri.touch.system"
#define KEY_AUTO "auto-brightness"
#define KEY_AUTO_SUPPORTED "auto-brightness-supported"
#define KEY_BRIGHTNESS "brightness"