]> git.pld-linux.org Git - packages/amarok-script-lyricviewer.git/blob - lyricviewer-dcop.patch
- tabs in preamble
[packages/amarok-script-lyricviewer.git] / lyricviewer-dcop.patch
1 --- ./lyricviewer.sh~   2005-08-16 23:46:30.000000000 +0300
2 +++ ./lyricviewer.sh    2005-08-17 00:09:31.000000000 +0200
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
8 +               kioexec "dcop amarok player lyricsByPath" $song | html2text     -nobs | tee .lyrics_final
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.03855 seconds and 3 git commands to generate.