Hi,
I'm having a bit of a problem with the FvwmScript List widget, I use
the following bit of code to update the list (widget 1) when the
currently playing song changes and do nothing if it doesn't, however
it seems like the list is updated anyway, so the condition is ignored,
this same code did w
On 6/16/05, Tapio Raevaara <[EMAIL PROTECTED]> wrote:
> Shouldn't it be
>
> Begin
> ChangeTitle 1 (GetOutput
> {$FVWM_USERDIR/scripts/FvwmMpd/parseplaylist.sh| tr '\n' '|'} 1 -1 )
> Set $oldtitle = $currtitle ### There! ###
> End
>
> ?
>
Ehrm *blush* yes it should, yo