diff options
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> |