aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-conf.h
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2009-01-31 01:07:23 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2009-01-31 01:07:23 +0800
commitfa7cebfc09069a0c0e37a6a5e8b42a80d5e0a795 (patch)
treeb51c4e05f6c10d59e06693c9b036b746d550b0a2 /libempathy-gtk/empathy-conf.h
parent21a0574d4f4153ef92164d3ebb42d134177d9a42 (diff)
downloadgsoc2013-empathy-fa7cebfc09069a0c0e37a6a5e8b42a80d5e0a795.tar
gsoc2013-empathy-fa7cebfc09069a0c0e37a6a5e8b42a80d5e0a795.tar.gz
gsoc2013-empathy-fa7cebfc09069a0c0e37a6a5e8b42a80d5e0a795.tar.bz2
gsoc2013-empathy-fa7cebfc09069a0c0e37a6a5e8b42a80d5e0a795.tar.lz
gsoc2013-empathy-fa7cebfc09069a0c0e37a6a5e8b42a80d5e0a795.tar.xz
gsoc2013-empathy-fa7cebfc09069a0c0e37a6a5e8b42a80d5e0a795.tar.zst
gsoc2013-empathy-fa7cebfc09069a0c0e37a6a5e8b42a80d5e0a795.zip
Modify code to handle new preferences.
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2281 4ee84921-47dd-4033-b63a-18d7a039a3e4
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"