aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-conf.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2009-01-31 01:07:23 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-01-31 01:07:23 +0800
commit973bc4d1197ab108f0236ac2baf48678f20fb2aa (patch)
treeb51c4e05f6c10d59e06693c9b036b746d550b0a2 /libempathy-gtk/empathy-conf.h
parent11cd817399ed680de67d840c913607b518c49429 (diff)
downloadgsoc2013-empathy-973bc4d1197ab108f0236ac2baf48678f20fb2aa.tar
gsoc2013-empathy-973bc4d1197ab108f0236ac2baf48678f20fb2aa.tar.gz
gsoc2013-empathy-973bc4d1197ab108f0236ac2baf48678f20fb2aa.tar.bz2
gsoc2013-empathy-973bc4d1197ab108f0236ac2baf48678f20fb2aa.tar.lz
gsoc2013-empathy-973bc4d1197ab108f0236ac2baf48678f20fb2aa.tar.xz
gsoc2013-empathy-973bc4d1197ab108f0236ac2baf48678f20fb2aa.tar.zst
gsoc2013-empathy-973bc4d1197ab108f0236ac2baf48678f20fb2aa.zip
Modify code to handle new preferences.
svn path=/trunk/; revision=2281
Diffstat (limited to 'libempathy-gtk/empathy-conf.h')
-rw-r--r--libempathy-gtk/empathy-conf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-conf.h b/libempathy-gtk/empathy-conf.h
index 2c361f468..2051a7f38 100644
--- a/libempathy-gtk/empathy-conf.h
+++ b/libempathy-gtk/empathy-conf.h
@@ -45,6 +45,9 @@ struct _EmpathyConfClass {
};
#define EMPATHY_PREFS_PATH "/apps/empathy"
+#define EMPATHY_PREFS_NOTIFICATIONS_ENABLED EMPATHY_PREFS_PATH "/notifications/notifications_enabled"
+#define EMPATHY_PREFS_NOTIFICATIONS_DISABLED_AWAY EMPATHY_PREFS_PATH "/notifications/notifications_disabled_away"
+#define EMPATHY_PREFS_NOTIFICATIONS_FOCUS EMPATHY_PREFS_PATH "/notifications/notifications_focus"
#define EMPATHY_PREFS_SOUNDS_ENABLED EMPATHY_PREFS_PATH "/sounds/sounds_enabled"
#define EMPATHY_PREFS_SOUNDS_DISABLED_AWAY EMPATHY_PREFS_PATH "/sounds/sounds_disabled_away"
#define EMPATHY_PREFS_SOUNDS_INCOMING_MESSAGE EMPATHY_PREFS_PATH "/sounds/sounds_incoming_message"