aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-conf.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2009-01-07 00:45:47 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-01-07 00:45:47 +0800
commit8861b950403401359bc76abde0d2b211f77f5352 (patch)
tree771c52a062f33ef487396d84e1186fd5a3efb4a2 /libempathy-gtk/empathy-conf.h
parent1ae11c2d0d628416d7d69c14d39029766532f247 (diff)
downloadgsoc2013-empathy-8861b950403401359bc76abde0d2b211f77f5352.tar
gsoc2013-empathy-8861b950403401359bc76abde0d2b211f77f5352.tar.gz
gsoc2013-empathy-8861b950403401359bc76abde0d2b211f77f5352.tar.bz2
gsoc2013-empathy-8861b950403401359bc76abde0d2b211f77f5352.tar.lz
gsoc2013-empathy-8861b950403401359bc76abde0d2b211f77f5352.tar.xz
gsoc2013-empathy-8861b950403401359bc76abde0d2b211f77f5352.tar.zst
gsoc2013-empathy-8861b950403401359bc76abde0d2b211f77f5352.zip
Create an UI for sound configuration.
svn path=/trunk/; revision=2021
Diffstat (limited to 'libempathy-gtk/empathy-conf.h')
-rw-r--r--libempathy-gtk/empathy-conf.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-conf.h b/libempathy-gtk/empathy-conf.h
index 91b43bbe8..2c361f468 100644
--- a/libempathy-gtk/empathy-conf.h
+++ b/libempathy-gtk/empathy-conf.h
@@ -45,9 +45,15 @@ struct _EmpathyConfClass {
};
#define EMPATHY_PREFS_PATH "/apps/empathy"
-#define EMPATHY_PREFS_SOUNDS_FOR_MESSAGES EMPATHY_PREFS_PATH "/notifications/sounds_for_messages"
-#define EMPATHY_PREFS_SOUNDS_WHEN_AWAY EMPATHY_PREFS_PATH "/notifications/sounds_when_away"
-#define EMPATHY_PREFS_SOUNDS_WHEN_BUSY EMPATHY_PREFS_PATH "/notifications/sounds_when_busy"
+#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"
+#define EMPATHY_PREFS_SOUNDS_OUTGOING_MESSAGE EMPATHY_PREFS_PATH "/sounds/sounds_outgoing_message"
+#define EMPATHY_PREFS_SOUNDS_NEW_CONVERSATION EMPATHY_PREFS_PATH "/sounds/sounds_new_conversation"
+#define EMPATHY_PREFS_SOUNDS_SERVICE_LOGIN EMPATHY_PREFS_PATH "/sounds/sounds_service_login"
+#define EMPATHY_PREFS_SOUNDS_SERVICE_LOGOUT EMPATHY_PREFS_PATH "/sounds/sounds_service_logout"
+#define EMPATHY_PREFS_SOUNDS_CONTACT_LOGIN EMPATHY_PREFS_PATH "/sounds/sounds_contact_login"
+#define EMPATHY_PREFS_SOUNDS_CONTACT_LOGOUT EMPATHY_PREFS_PATH "/sounds/sounds_contact_logout"
#define EMPATHY_PREFS_POPUPS_WHEN_AVAILABLE EMPATHY_PREFS_PATH "/notifications/popups_when_available"
#define EMPATHY_PREFS_CHAT_SHOW_SMILEYS EMPATHY_PREFS_PATH "/conversation/graphical_smileys"
#define EMPATHY_PREFS_CHAT_THEME EMPATHY_PREFS_PATH "/conversation/theme"