diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-07-02 19:00:59 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-07-02 19:00:59 +0800 |
commit | 9958d658c1c3eb7a4bd81a15a85d5d7658b4d85b (patch) | |
tree | 4cfc8134d82dde378228472d8ebaab5cd1ed521d /data | |
parent | 9b222761cc9995a09f37b7537a12e4955b586323 (diff) | |
download | gsoc2013-empathy-9958d658c1c3eb7a4bd81a15a85d5d7658b4d85b.tar gsoc2013-empathy-9958d658c1c3eb7a4bd81a15a85d5d7658b4d85b.tar.gz gsoc2013-empathy-9958d658c1c3eb7a4bd81a15a85d5d7658b4d85b.tar.bz2 gsoc2013-empathy-9958d658c1c3eb7a4bd81a15a85d5d7658b4d85b.tar.lz gsoc2013-empathy-9958d658c1c3eb7a4bd81a15a85d5d7658b4d85b.tar.xz gsoc2013-empathy-9958d658c1c3eb7a4bd81a15a85d5d7658b4d85b.tar.zst gsoc2013-empathy-9958d658c1c3eb7a4bd81a15a85d5d7658b4d85b.zip |
change default value of 'theme' key to 'Classic'
That's the name of the Adium version.
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.Empathy.gschema.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.gnome.Empathy.gschema.xml b/data/org.gnome.Empathy.gschema.xml index 393e93322..e2aa256e5 100644 --- a/data/org.gnome.Empathy.gschema.xml +++ b/data/org.gnome.Empathy.gschema.xml @@ -171,7 +171,7 @@ present them to the user immediately.</description> <description>Whether to show the contact list in chat rooms.</description> </key> <key name="theme" type="s"> - <default>'classic'</default> + <default>'Classic'</default> <summary>Chat window theme</summary> <description>The theme that is used to display the conversation in chat windows.</description> </key> |