diff options
Diffstat (limited to 'data/epiphany.schemas.in')
-rw-r--r-- | data/epiphany.schemas.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index 17d08bdeb..84a74de28 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -62,6 +62,21 @@ </long> </locale> </schema> + <schema> + <key>/schemas/apps/epiphany/dialogs/history_view_details</key> + <applyto>/apps/epiphany/dialogs/history_view_details</applyto> + <owner>epiphany</owner> + <type>list</type> + <list_type>string</list_type> + <default>[title,address]</default> + <locale name="C"> + <short>The page informations shown in the history view</short> + <long> + The page informations shown in the history view. Valid values + in the list are "address", "title". + </long> + </locale> + </schema> <schema> <key>/schemas/apps/epiphany/dialogs/preferences_font_language</key> <applyto>/apps/epiphany/dialogs/preferences_font_language</applyto> |