diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/epiphany.schemas.in | 2 | ||||
-rw-r--r-- | data/ui/epiphany-bookmark-editor-ui.xml.in | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index 57d201002..a59acd6ea 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -5,7 +5,7 @@ <applyto>/apps/epiphany/general/start_page</applyto> <owner>epiphany</owner> <type>string</type> - <default>home:</default> + <default>http://www.google.com</default> <locale name="C"> <short>Home page</short> <long>Address of the user's home page that is displayed when diff --git a/data/ui/epiphany-bookmark-editor-ui.xml.in b/data/ui/epiphany-bookmark-editor-ui.xml.in index 91ebbb21c..191921722 100644 --- a/data/ui/epiphany-bookmark-editor-ui.xml.in +++ b/data/ui/epiphany-bookmark-editor-ui.xml.in @@ -13,6 +13,8 @@ <menuitem name="FileShowInBookmarksBar" verb="ShowInBookmarksBar"/> <menuitem name="FileProperties" verb="Properties"/> <separator name="FileSep4"/> + <menuitem name="FileImport" verb="Import"/> + <separator name="FileSep5"/> <menuitem name="FileClose" verb="Close"/> </submenu> |