QTfrontend/ui/page/pageplayrecord.cpp
changeset 7130 fcab1fd02bc6
parent 7000 d22633829ac8
child 7382 b158940f83e2
--- 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);
 }