FVWM: FvwmScript List flickering

2005-06-15 Thread Bert 'theBlackDragon' Geens
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

Re: FVWM: FvwmScript List flickering

2005-06-15 Thread Tapio Raevaara
Shouldn't it be Begin ChangeTitle 1 (GetOutput {$FVWM_USERDIR/scripts/FvwmMpd/parseplaylist.sh| tr '\n' '|'} 1 -1 ) Set $oldtitle = $currtitle ### There! ### End ?