adapt to new syntax
authorDieter Plaetinck <dieter@plaetinck.be>
Sun, 31 May 2009 21:29:09 +0000 (23:29 +0200)
committerDieter Plaetinck <dieter@plaetinck.be>
Sun, 31 May 2009 21:29:09 +0000 (23:29 +0200)
examples/scripts/load_url_from_bookmarks.sh
examples/scripts/load_url_from_history.sh

index 21ea33d..1ae39ff 100755 (executable)
@@ -18,5 +18,5 @@ else
        goto=`awk '{print $1}' $file | $DMENU $COLORS`
 fi
 
-#[ -n "$goto" ] && echo "act uri $goto" > $4
-[ -n "$goto" ] && uzblctrl -s $5 -c "act uri $goto"
+#[ -n "$goto" ] && echo "uri $goto" > $4
+[ -n "$goto" ] && uzblctrl -s $5 -c "uri $goto"
index 649c6b7..37c2afc 100755 (executable)
@@ -17,5 +17,5 @@ else
        current=`tail -n 1 $history_file | awk '{print $3}'`; goto=`(echo $current; awk '{print $3}' $history_file | grep -v "^$current\$" | sort -u) | $DMENU $COLORS`
 fi 
 
-[ -n "$goto" ] && echo "act uri $goto" > $4
-#[ -n "$goto" ] && uzblctrl -s $5 -c "act uri $goto"
+[ -n "$goto" ] && echo "uri $goto" > $4
+#[ -n "$goto" ] && uzblctrl -s $5 -c "uri $goto"