Fixed crash that occured after recording a video (pagevideos' config wasn't set).
authorMitchell Kember <mk12360@gmail.com>
Sun, 02 Dec 2012 18:10:29 -0500
changeset 8196 ed5001115265
parent 8194 6d1bf7aec084
child 8198 7c6e7492333d
Fixed crash that occured after recording a video (pagevideos' config wasn't set).
QTfrontend/hwform.cpp
--- a/QTfrontend/hwform.cpp	Sun Dec 02 17:46:02 2012 -0500
+++ b/QTfrontend/hwform.cpp	Sun Dec 02 18:10:29 2012 -0500
@@ -142,6 +142,7 @@
     ui.pageNetGame->chatWidget->setSettings(config);
     ui.pageRoomsList->chatWidget->setSettings(config);
 #ifdef VIDEOREC
+    ui.pageVideos->init(config);
     ui.pageOptions->setConfig(config);
 #endif