30 lines
1.4 KiB
Diff
30 lines
1.4 KiB
Diff
Index: epiphany-2.19.6/data/epiphany-bookmarks-html.xsl
|
|
===================================================================
|
|
--- epiphany-2.19.6.orig/data/epiphany-bookmarks-html.xsl
|
|
+++ epiphany-2.19.6/data/epiphany-bookmarks-html.xsl
|
|
@@ -51,7 +51,7 @@ $Id: epiphany-bookmarks-html.xsl 6952 20
|
|
<dt><a href="{./purl:link}"><xsl:value-of select="./purl:title" /></a></dt>
|
|
</xsl:for-each>
|
|
|
|
- <!-- Force a linebreak; otherwise thinks will break for Topics with only 1 item -->
|
|
+ <!-- Force a linebreak; otherwise things will break for Topics with only 1 item -->
|
|
<xsl:text>
|
|
</xsl:text>
|
|
</dl></dt>
|
|
Index: epiphany-2.19.6/src/bookmarks/ephy-bookmarks.c
|
|
===================================================================
|
|
--- epiphany-2.19.6.orig/src/bookmarks/ephy-bookmarks.c
|
|
+++ epiphany-2.19.6/src/bookmarks/ephy-bookmarks.c
|
|
@@ -102,7 +102,10 @@ static const EphyBookmarksBookmarkInfo d
|
|
* For instance in .nl these should be
|
|
* "http://www.google.nl" and "http://www.google.nl/search?q=%s"
|
|
*/
|
|
- { N_("Search the web"), N_("http://www.google.com/search?q=%s&ie=UTF-8&oe=UTF-8") }
|
|
+ { N_("Search the web"), N_("http://www.google.com/search?q=%s&ie=UTF-8&oe=UTF-8") },
|
|
+ { N_("openSUSE News"), N_("http://news.opensuse.org/") }
|
|
+ /* I'm not sure how to do this properly, or if you even can:
|
|
+ { N_("openSUSE News Feed"), N_("http://news.opensuse.org/?feed=rss2") } */
|
|
};
|
|
|
|
static const char *default_topics [] =
|