diff options
author | Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> | 2009-07-01 21:07:24 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-07-16 23:11:39 +0800 |
commit | 133a7e7512781f4b1ad84ac97918547894b68f81 (patch) | |
tree | c3c47529b46f0ac3ee4a2ad05c17299beb9dc953 /data | |
parent | aedb2729fa86eafc2891bc522cad68285d41b8a5 (diff) | |
download | gsoc2013-empathy-133a7e7512781f4b1ad84ac97918547894b68f81.tar gsoc2013-empathy-133a7e7512781f4b1ad84ac97918547894b68f81.tar.gz gsoc2013-empathy-133a7e7512781f4b1ad84ac97918547894b68f81.tar.bz2 gsoc2013-empathy-133a7e7512781f4b1ad84ac97918547894b68f81.tar.lz gsoc2013-empathy-133a7e7512781f4b1ad84ac97918547894b68f81.tar.xz gsoc2013-empathy-133a7e7512781f4b1ad84ac97918547894b68f81.tar.zst gsoc2013-empathy-133a7e7512781f4b1ad84ac97918547894b68f81.zip |
Make WebKit web inspector available, when using Adium themes.
Diffstat (limited to 'data')
-rw-r--r-- | data/empathy.schemas.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/data/empathy.schemas.in b/data/empathy.schemas.in index fb068e5bd..bfe64799c 100644 --- a/data/empathy.schemas.in +++ b/data/empathy.schemas.in @@ -362,6 +362,20 @@ </schema> <schema> + <key>/schemas/apps/empathy/conversation/enable_webkit_developer_tools</key> + <applyto>/apps/empathy/conversation/enable_webkit_developer_tools</applyto> + <owner>empathy</owner> + <type>bool</type> + <default></default> + <locale name="C"> + <short>Enable WebKit Developer Tools</short> + <long> + Whether WebKit developer tools, such as the Web Inspector, should be enabled. + </long> + </locale> + </schema> + + <schema> <key>/schemas/apps/empathy/conversation/theme_chat_room</key> <applyto>/apps/empathy/conversation/theme_chat_room</applyto> <owner>empathy</owner> |