diff options
author | Patrick F. Allen <pallenpost@gmail.com> | 2012-02-11 21:52:14 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-02-13 16:31:12 +0800 |
commit | f728987ff14494033cde4afa432c58671bf2615c (patch) | |
tree | b718abd09cc38413b3513227c2a12114494b92e0 /data | |
parent | 052ad91afd77f267d3ddedc0f32f2378d73f9897 (diff) | |
download | gsoc2013-empathy-f728987ff14494033cde4afa432c58671bf2615c.tar gsoc2013-empathy-f728987ff14494033cde4afa432c58671bf2615c.tar.gz gsoc2013-empathy-f728987ff14494033cde4afa432c58671bf2615c.tar.bz2 gsoc2013-empathy-f728987ff14494033cde4afa432c58671bf2615c.tar.lz gsoc2013-empathy-f728987ff14494033cde4afa432c58671bf2615c.tar.xz gsoc2013-empathy-f728987ff14494033cde4afa432c58671bf2615c.tar.zst gsoc2013-empathy-f728987ff14494033cde4afa432c58671bf2615c.zip |
Toggle telling others you are typing to them
https://bugzilla.gnome.org/show_bug.cgi?id=668985
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.Empathy.gschema.xml.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.gnome.Empathy.gschema.xml.in b/data/org.gnome.Empathy.gschema.xml.in index d107a9b14..8e7d9fd1b 100644 --- a/data/org.gnome.Empathy.gschema.xml.in +++ b/data/org.gnome.Empathy.gschema.xml.in @@ -206,6 +206,11 @@ present them to the user immediately.</_description> <_summary>Enable WebKit Developer Tools</_summary> <_description>Whether WebKit developer tools, such as the Web Inspector, should be enabled.</_description> </key> + <key name="send-chat-states" type="b"> + <default>true</default> + <_summary>Inform other users when you are typing to them</_summary> + <_description>Whether to send the 'composing' or 'paused' chat states. Does not currently affect the 'gone' state.</_description> + </key> <key name="theme-chat-room" type="b"> <default>true</default> <_summary>Use theme for chat rooms</_summary> |