]> git.pld-linux.org Git - packages/amarok-script-lyricviewer.git/blame - lyricviewer-dcop.patch
- tabs in preamble
[packages/amarok-script-lyricviewer.git] / lyricviewer-dcop.patch
CommitLineData
8ca14496 1--- ./lyricviewer.sh~ 2005-08-16 23:46:30.000000000 +0300
a974d173 2+++ ./lyricviewer.sh 2005-08-17 00:09:31.000000000 +0200
8ca14496
ER
3@@ -27,7 +27,7 @@
4 do
5 #kfmexec "dcop amarok player lyricsByPath" $song | sed -e s'~<br
6 #\/>~~g' -e s'~<\/body>~~' -e s'~<\/html>~~' | tee .lyrics_final
7- kfmexec "dcop amarok player lyricsByPath" $song | html2text -nobs | tee .lyrics_final
a974d173 8+ kioexec "dcop amarok player lyricsByPath" $song | html2text -nobs | tee .lyrics_final
8ca14496
ER
9 if [ -n "$(cat .lyrics_final)" ] ; then
10 kdialog --icon amarok --title "View Lyrics" --textbox .lyrics_final 225 500
11 else
This page took 0.08959 seconds and 4 git commands to generate.