aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-conf.h
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-07-08 18:58:19 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-07-08 18:58:19 +0800
commitc88563a04d0e36ee6e03d5f8c5df1a4a164a2f05 (patch)
treea43b8ce20948715487476326ca4be6e75bf4c764 /libempathy-gtk/empathy-conf.h
parent1fa4ff24ff51c9645e36880c244287f4000175e7 (diff)
downloadgsoc2013-empathy-c88563a04d0e36ee6e03d5f8c5df1a4a164a2f05.tar
gsoc2013-empathy-c88563a04d0e36ee6e03d5f8c5df1a4a164a2f05.tar.gz
gsoc2013-empathy-c88563a04d0e36ee6e03d5f8c5df1a4a164a2f05.tar.bz2
gsoc2013-empathy-c88563a04d0e36ee6e03d5f8c5df1a4a164a2f05.tar.lz
gsoc2013-empathy-c88563a04d0e36ee6e03d5f8c5df1a4a164a2f05.tar.xz
gsoc2013-empathy-c88563a04d0e36ee6e03d5f8c5df1a4a164a2f05.tar.zst
gsoc2013-empathy-c88563a04d0e36ee6e03d5f8c5df1a4a164a2f05.zip
Added support for the chat window to show the avatar as the icon. Fixes bug #526892 (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1205 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy-gtk/empathy-conf.h')
-rw-r--r--libempathy-gtk/empathy-conf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-conf.h b/libempathy-gtk/empathy-conf.h
index fb0c5bcad..307e25db0 100644
--- a/libempathy-gtk/empathy-conf.h
+++ b/libempathy-gtk/empathy-conf.h
@@ -54,6 +54,7 @@ struct _EmpathyConfClass {
#define EMPATHY_PREFS_CHAT_SPELL_CHECKER_LANGUAGES EMPATHY_PREFS_PATH "/conversation/spell_checker_languages"
#define EMPATHY_PREFS_CHAT_SPELL_CHECKER_ENABLED EMPATHY_PREFS_PATH "/conversation/spell_checker_enabled"
#define EMPATHY_PREFS_CHAT_NICK_COMPLETION_CHAR EMPATHY_PREFS_PATH "/conversation/nick_completion_char"
+#define EMPATHY_PREFS_CHAT_AVATAR_IN_ICON EMPATHY_PREFS_PATH "/conversation/avatar_in_icon"
#define EMPATHY_PREFS_UI_SEPARATE_CHAT_WINDOWS EMPATHY_PREFS_PATH "/ui/separate_chat_windows"
#define EMPATHY_PREFS_UI_MAIN_WINDOW_HIDDEN EMPATHY_PREFS_PATH "/ui/main_window_hidden"
#define EMPATHY_PREFS_UI_AVATAR_DIRECTORY EMPATHY_PREFS_PATH "/ui/avatar_directory"