diff options
-rw-r--r-- | data/epiphany.schemas.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index 9bb03d33f..81ee8c3d9 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -45,12 +45,12 @@ <owner>epiphany</owner> <type>list</type> <list_type>string</list_type> - <default>[title]</default> + <default>[ViewTitle,ViewAddress]</default> <locale name="C"> <short>The page information shown in the history view</short> <long> The page information shown in the history view. Valid values - in the list are "address", "title". + in the list are "ViewTitle", "ViewAddress" and "ViewDateTime". </long> </locale> </schema> |