aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJason Conti <jason.conti@gmail.com>2011-05-08 13:54:24 -0400
committerJason Conti <jason.conti@gmail.com>2011-05-08 13:54:24 -0400
commitcd1212dbf4ecf71cc7568ed32527a612e14267a3 (patch)
treeae07b668943399d911fee9e84a7678f268944c4f /src
parentca037f1a608a8f17966a3458976b42b6003944cc (diff)
downloadayatana-indicator-notifications-cd1212dbf4ecf71cc7568ed32527a612e14267a3.tar.gz
ayatana-indicator-notifications-cd1212dbf4ecf71cc7568ed32527a612e14267a3.tar.bz2
ayatana-indicator-notifications-cd1212dbf4ecf71cc7568ed32527a612e14267a3.zip
Minor rename in settings-shared.h before removing most of the settings (or the entire file).
Diffstat (limited to 'src')
-rw-r--r--src/settings-shared.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/settings-shared.h b/src/settings-shared.h
index da66205..a48821d 100644
--- a/src/settings-shared.h
+++ b/src/settings-shared.h
@@ -1,5 +1,5 @@
/*
-An indicator to show date and time information.
+An example indicator.
Copyright 2010 Canonical Ltd.
@@ -19,10 +19,10 @@ You should have received a copy of the GNU General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef __DATETIME_SETTINGS_SHARED_H__
-#define __DATETIME_SETTINGS_SHARED_H__
+#ifndef __EXAMPLE_SETTINGS_SHARED_H__
+#define __EXAMPLE_SETTINGS_SHARED_H__
-#define SETTINGS_INTERFACE "com.canonical.indicator.datetime"
+#define SETTINGS_INTERFACE "com.example.indicator.example"
#define SETTINGS_SHOW_CLOCK_S "show-clock"
#define SETTINGS_TIME_FORMAT_S "time-format"
#define SETTINGS_SHOW_SECONDS_S "show-seconds"