summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-11-30 13:22:16 +0000
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-11-30 13:22:16 +0000
commit1d17dc6cca3075c38567b7a77272f935fe976d40 (patch)
tree9146976f5dbf7c672a9988ce8aeb0a65be1b3017 /data
parent7558db06f060606c1832e1e4e6e6f374e4e2b927 (diff)
downloadempathy-1d17dc6cca3075c38567b7a77272f935fe976d40.tar.gz
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). git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@451 4ee84921-47dd-4033-b63a-18d7a039a3e4
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>