diff options
author | Juan R. Garcia Blanco <jgblanco.mail@gmail.com> | 2011-09-21 17:43:44 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-09-26 18:05:48 +0800 |
commit | 0a2d4299c996e583867d5028bc247ac86ace4b0b (patch) | |
tree | 5c356a85b7ed906acc2f547672a278526f6607e8 /data | |
parent | d5094b86de3f91cffa950b9456c418ce4d12fd26 (diff) | |
download | gsoc2013-empathy-0a2d4299c996e583867d5028bc247ac86ace4b0b.tar gsoc2013-empathy-0a2d4299c996e583867d5028bc247ac86ace4b0b.tar.gz gsoc2013-empathy-0a2d4299c996e583867d5028bc247ac86ace4b0b.tar.bz2 gsoc2013-empathy-0a2d4299c996e583867d5028bc247ac86ace4b0b.tar.lz gsoc2013-empathy-0a2d4299c996e583867d5028bc247ac86ace4b0b.tar.xz gsoc2013-empathy-0a2d4299c996e583867d5028bc247ac86ace4b0b.tar.zst gsoc2013-empathy-0a2d4299c996e583867d5028bc247ac86ace4b0b.zip |
remember last account
https://bugzilla.gnome.org/show_bug.cgi?id=574879
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 6f8f14638..972d73434 100644 --- a/data/org.gnome.Empathy.gschema.xml.in +++ b/data/org.gnome.Empathy.gschema.xml.in @@ -231,6 +231,11 @@ present them to the user immediately.</_description> <_summary>Empathy should use the avatar of the contact as the chat window icon</_summary> <_description>Whether Empathy should use the avatar of the contact as the chat window icon.</_description> </key> + <key name="room-last-account" type="o"> + <default>"/"</default> + <_summary>Last account selected in Join Room dialog</_summary> + <_description>D-Bus object path of the last account selected to join a room.</_description> + </key> </schema> <schema id="org.gnome.Empathy.call" path="/org/gnome/empathy/call/"> <key name="volume" type="d"> |