diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-04-15 03:59:09 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-04-15 03:59:09 +0800 |
commit | 48a618c47c5af59c214b10b52a1afb24023cbcb7 (patch) | |
tree | 1afe99925a512e6c1f5f0e8499b6ff5b3cfa9626 /data/starthere/smartbookmarks.xml.in | |
parent | 9e73b40c1c5d4c65933bf8affb40066196a45db9 (diff) | |
download | gsoc2013-epiphany-48a618c47c5af59c214b10b52a1afb24023cbcb7.tar gsoc2013-epiphany-48a618c47c5af59c214b10b52a1afb24023cbcb7.tar.gz gsoc2013-epiphany-48a618c47c5af59c214b10b52a1afb24023cbcb7.tar.bz2 gsoc2013-epiphany-48a618c47c5af59c214b10b52a1afb24023cbcb7.tar.lz gsoc2013-epiphany-48a618c47c5af59c214b10b52a1afb24023cbcb7.tar.xz gsoc2013-epiphany-48a618c47c5af59c214b10b52a1afb24023cbcb7.tar.zst gsoc2013-epiphany-48a618c47c5af59c214b10b52a1afb24023cbcb7.zip |
Use home:, have titles.
2003-04-14 Marco Pesenti Gritti <marco@it.gnome.org>
* data/epiphany.schemas.in:
* data/starthere/index.xml.in:
* data/starthere/section.xsl:
* data/starthere/smartbookmarks.xml.in:
* embed/mozilla/StartHereProtocolHandler.cpp:
* embed/mozilla/StartHereProtocolHandler.h:
Use home:, have titles.
* lib/ephy-node.c: (ephy_node_get_from_id):
Do not assert on 0 id. It's valid.
Diffstat (limited to 'data/starthere/smartbookmarks.xml.in')
-rw-r--r-- | data/starthere/smartbookmarks.xml.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/starthere/smartbookmarks.xml.in b/data/starthere/smartbookmarks.xml.in index 3362efd65..be6fbc5d3 100644 --- a/data/starthere/smartbookmarks.xml.in +++ b/data/starthere/smartbookmarks.xml.in @@ -1,9 +1,9 @@ <?xml version="1.0"?> <?xml-stylesheet type="text/xsl" href="section.xsl"?> -<section> +<section name="Smart Bookmarks"> <bar> -<item section="start-here:">Start Here</item> -<item section="start-here:smartbookmarks">Smart Bookmarks</item> +<item section="home:">Home</item> +<item section="home:smartbookmarks">Smart Bookmarks</item> </bar> <content> <_title>Smart Bookmarks</_title> |