diff options
author | Cosimo Cecchi <cosimoc@src.gnome.org> | 2007-12-03 04:11:21 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@src.gnome.org> | 2007-12-03 04:11:21 +0800 |
commit | 3233547f85c9f6776c63605b889b808174b17b94 (patch) | |
tree | d35b75785eb9dcb0fec771223c02c26219b3b103 /data | |
parent | 75936de9b8d6f91ba8f58b715e0858b1cda4cce8 (diff) | |
download | gsoc2013-epiphany-3233547f85c9f6776c63605b889b808174b17b94.tar gsoc2013-epiphany-3233547f85c9f6776c63605b889b808174b17b94.tar.gz gsoc2013-epiphany-3233547f85c9f6776c63605b889b808174b17b94.tar.bz2 gsoc2013-epiphany-3233547f85c9f6776c63605b889b808174b17b94.tar.lz gsoc2013-epiphany-3233547f85c9f6776c63605b889b808174b17b94.tar.xz gsoc2013-epiphany-3233547f85c9f6776c63605b889b808174b17b94.tar.zst gsoc2013-epiphany-3233547f85c9f6776c63605b889b808174b17b94.zip |
Update epiphany.schemas.in according to the changes in bug #380156.
Fix bug #132808.
svn path=/trunk/; revision=7746
Diffstat (limited to 'data')
-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> |