diff -r 574b385ce7df -r fcab1fd02bc6 QTfrontend/ui/page/pageplayrecord.cpp --- a/QTfrontend/ui/page/pageplayrecord.cpp Sat May 26 16:50:51 2012 -0400 +++ b/QTfrontend/ui/page/pageplayrecord.cpp Sun May 27 23:42:43 2012 +0400 @@ -110,7 +110,7 @@ void PagePlayDemo::refresh() { - if (this->isVisible()); + if (this->isVisible()) FillFromDir(recType); }