diff options
author | Xan Lopez <xan@src.gnome.org> | 2003-05-14 03:31:05 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2003-05-14 03:31:05 +0800 |
commit | d642127eebe872d0f98d39b8e9656555fefea6b0 (patch) | |
tree | 8f4a0474240ffdc3eb4e3c3a0544b7f0ee38a471 | |
parent | 72154773a5f2c7a7f880b908db7483934e213b6f (diff) | |
download | gsoc2013-epiphany-d642127eebe872d0f98d39b8e9656555fefea6b0.tar gsoc2013-epiphany-d642127eebe872d0f98d39b8e9656555fefea6b0.tar.gz gsoc2013-epiphany-d642127eebe872d0f98d39b8e9656555fefea6b0.tar.bz2 gsoc2013-epiphany-d642127eebe872d0f98d39b8e9656555fefea6b0.tar.lz gsoc2013-epiphany-d642127eebe872d0f98d39b8e9656555fefea6b0.tar.xz gsoc2013-epiphany-d642127eebe872d0f98d39b8e9656555fefea6b0.tar.zst gsoc2013-epiphany-d642127eebe872d0f98d39b8e9656555fefea6b0.zip |
s/&/&/
s/&/&/
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | data/starthere/smartbookmarks.xml.in | 6 |
2 files changed, 10 insertions, 2 deletions
@@ -1,5 +1,11 @@ 2003-05-13 Xan Lopez <xan@masilla.org> + * data/starthere/smartbookmarks.xml.in: + + s/&/&/, fix by kenneth. + +2003-05-13 Xan Lopez <xan@masilla.org> + * src/bookmarks/ephy-bookmarks.c: (get_topics_list): Fix the no_topics pointer writing, fixes adding bookmarks to diff --git a/data/starthere/smartbookmarks.xml.in b/data/starthere/smartbookmarks.xml.in index 265bd084d..81d7910d0 100644 --- a/data/starthere/smartbookmarks.xml.in +++ b/data/starthere/smartbookmarks.xml.in @@ -18,10 +18,12 @@ bookmarks will be displayed. Just choose one of them to perform the search. The next time you type a word, just pressing the Enter key will be enough to perform the same action. </_paragraph> -<smartbookmark normal="http://www.google.com/" smart="http://www.google.com/search?q=%s&ie=UTF-8&oe=UTF-8" title="Search the web - Google"> +<smartbookmark normal="http://www.google.com/" +smart="http://www.google.com/search?q=%s&ie=UTF-8&oe=UTF-8" title="Search the web - Google"> Search the web - Google </smartbookmark> -<smartbookmark normal="http://images.google.com/" smart="http://images.google.com/images?q=%s&ie=UTF-8&oe=UTF-8" title="Search images - Google"> +<smartbookmark normal="http://images.google.com/" +smart="http://images.google.com/images?q=%s&ie=UTF-8&oe=UTF-8" title="Search images - Google"> Search images - Google </smartbookmark> </content> |