diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2003-12-10 07:38:59 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-12-10 07:38:59 +0800 |
commit | 90c8f3beae1b12495402449f01b5b510a1388bba (patch) | |
tree | b6980e67efdf073b9637b296bc7d5cb2143476ed | |
parent | 7d6f2794cd732bb8492f196acef101d8ef210e9f (diff) | |
download | gsoc2013-epiphany-90c8f3beae1b12495402449f01b5b510a1388bba.tar gsoc2013-epiphany-90c8f3beae1b12495402449f01b5b510a1388bba.tar.gz gsoc2013-epiphany-90c8f3beae1b12495402449f01b5b510a1388bba.tar.bz2 gsoc2013-epiphany-90c8f3beae1b12495402449f01b5b510a1388bba.tar.lz gsoc2013-epiphany-90c8f3beae1b12495402449f01b5b510a1388bba.tar.xz gsoc2013-epiphany-90c8f3beae1b12495402449f01b5b510a1388bba.tar.zst gsoc2013-epiphany-90c8f3beae1b12495402449f01b5b510a1388bba.zip |
Default history to show only title
2003-12-09 Marco Pesenti Gritti <marco@gnome.org>
* data/epiphany.schemas.in:
Default history to show only title
-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> |