bookmarks file location fix
authorDieter Plaetinck <dieter@plaetinck.be>
Mon, 4 May 2009 18:18:08 +0000 (20:18 +0200)
committerDieter Plaetinck <dieter@plaetinck.be>
Mon, 4 May 2009 18:18:08 +0000 (20:18 +0200)
examples/scripts/insert_bookmark.sh
examples/scripts/load_url_from_bookmarks.sh

index 98de4b0..fe18328 100755 (executable)
@@ -5,7 +5,7 @@ if [ -f /usr/share/uzbl/examples/data/bookmarks ]
 then
        file=/usr/share/uzbl/examples/data/bookmarks # you will probably get permission denied errors here. pick a file in your ~
 else
-       file=./examples/bookmarks #useful when developing
+       file=./examples/data/bookmarks #useful when developing
 fi
 
 which zenity &>/dev/null || exit 2
index f8e2b53..35c772c 100755 (executable)
@@ -5,7 +5,7 @@ if [ -f /usr/share/uzbl/examples/data/bookmarks ]
 then
         file=/usr/share/uzbl/examples/data/bookmarks
 else
-        file=./examples/bookmarks #useful when developing
+        file=./examples/data/bookmarks #useful when developing
 fi
 
 goto=`awk '{print $1}' $file | dmenu -i` #NOTE: it's the job of the script that inserts bookmarks to make sure there are no dupes.