aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-preferences.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2007-11-30 21:22:16 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-11-30 21:22:16 +0800
commit33d57b9ae44d175a1c95f9005793bc2e0465342f (patch)
tree9146976f5dbf7c672a9988ce8aeb0a65be1b3017 /libempathy-gtk/empathy-preferences.h
parentc289dc18ce15e60e94e82d9df9fec9dfce8ef7d4 (diff)
downloadgsoc2013-empathy-33d57b9ae44d175a1c95f9005793bc2e0465342f.tar
gsoc2013-empathy-33d57b9ae44d175a1c95f9005793bc2e0465342f.tar.gz
gsoc2013-empathy-33d57b9ae44d175a1c95f9005793bc2e0465342f.tar.bz2
gsoc2013-empathy-33d57b9ae44d175a1c95f9005793bc2e0465342f.tar.lz
gsoc2013-empathy-33d57b9ae44d175a1c95f9005793bc2e0465342f.tar.xz
gsoc2013-empathy-33d57b9ae44d175a1c95f9005793bc2e0465342f.tar.zst
gsoc2013-empathy-33d57b9ae44d175a1c95f9005793bc2e0465342f.zip
Add a gconf key to define the char to be added for tab completion. Fixes
2007-11-30 Xavier Claessens <xclaesse@gmail.com> * data/empathy.schemas.in: * libempathy-gtk/empathy-group-chat.c: * libempathy-gtk/empathy-preferences.h: Add a gconf key to define the char to be added for tab completion. Fixes bug #453418 (Matej Cepl, Xavier Claessens). svn path=/trunk/; revision=451
Diffstat (limited to 'libempathy-gtk/empathy-preferences.h')
-rw-r--r--libempathy-gtk/empathy-preferences.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-preferences.h b/libempathy-gtk/empathy-preferences.h
index c787c814d..39c2994c1 100644
--- a/libempathy-gtk/empathy-preferences.h
+++ b/libempathy-gtk/empathy-preferences.h
@@ -40,6 +40,7 @@ G_BEGIN_DECLS
#define EMPATHY_PREFS_CHAT_THEME_CHAT_ROOM EMPATHY_PREFS_PATH "/conversation/theme_chat_room"
#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_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"