typo fix should fix bookmark loading
authorDieter Plaetinck <dieter@plaetinck.be>
Mon, 27 Apr 2009 19:50:12 +0000 (21:50 +0200)
committerDieter Plaetinck <dieter@plaetinck.be>
Mon, 27 Apr 2009 19:50:12 +0000 (21:50 +0200)
examples/scripts/load_url_from_bookmarks.sh

index fd9179e..ca512eb 100755 (executable)
@@ -8,5 +8,5 @@ else
         file=./examples/bookmarks #useful when developing
 fi
 
-goto=`awk '{print $1}' $history_file | dmenu` #NOTE: it's the job of the script that inserts bookmarks to make sure there are no dupes.
+goto=`awk '{print $1}' $file | dmenu` #NOTE: it's the job of the script that inserts bookmarks to make sure there are no dupes.
 [ -n "$goto" ] && echo "uri $goto" > $4