aboutsummaryrefslogtreecommitdiffstats
path: root/data
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 /data
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 'data')
-rw-r--r--data/empathy.schemas.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/data/empathy.schemas.in b/data/empathy.schemas.in
index 29a8bc994..72ee4405e 100644
--- a/data/empathy.schemas.in
+++ b/data/empathy.schemas.in
@@ -231,6 +231,22 @@
</schema>
<schema>
+ <key>/schemas/apps/empathy/conversation/nick_completion_char</key>
+ <applyto>/apps/empathy/conversation/nick_completion_char</applyto>
+ <owner>empathy</owner>
+ <type>string</type>
+ <default>:</default>
+ <locale name="C">
+ <short>Nick completed character</short>
+ <long>
+ Character to add after nickname when using nick completion (tab)
+ in group chat.
+ </long>
+
+ </locale>
+ </schema>
+
+ <schema>
<key>/schemas/apps/empathy/hints/close_main_window</key>
<applyto>/apps/empathy/hints/close_main_window</applyto>
<owner>empathy</owner>