diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | data/epiphany.schemas.in | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2003-12-09 Marco Pesenti Gritti <marco@gnome.org> + + * data/epiphany.schemas.in: + + Default history to show only title + 2003-12-09 Adam Hooper <adamh@densi.com> * embed/ephy-embed.c: (ephy_embed_base_init): diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index 1073289d0..c98dbd080 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -68,7 +68,7 @@ <owner>epiphany</owner> <type>list</type> <list_type>string</list_type> - <default>[title,address]</default> + <default>[title]</default> <locale name="C"> <short>The page informations shown in the history view</short> <long> |