diff options
-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> |