diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/epiphany.schemas.in | 15 | ||||
-rw-r--r-- | data/ui/epiphany-history-window-ui.xml | 6 |
2 files changed, 21 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> diff --git a/data/ui/epiphany-history-window-ui.xml b/data/ui/epiphany-history-window-ui.xml index 1d977b092..2fb22e835 100644 --- a/data/ui/epiphany-history-window-ui.xml +++ b/data/ui/epiphany-history-window-ui.xml @@ -20,6 +20,12 @@ <menuitem name="EditClear" action="Clear"/> </menu> +<menu name="ViewMenu" action="View"> + <menuitem name="ViewTitleMenu" action="ViewTitle"/> + <menuitem name="ViewAddressMenu" action="ViewAddress"/> + <menuitem name="ViewTitleAddressMenu" action="ViewTitleAddress"/> +</menu> + <menu name="HelpMenu" action="Help"> <menuitem name="HelpContents" action="HelpContents"/> <menuitem name="HelpAbout" action="HelpAbout"/> |