From 75b32567bfeb67ed71877c4fa9e918c836a8a68b Mon Sep 17 00:00:00 2001 From: zecke Date: Fri, 26 Apr 2002 21:14:16 +0000 Subject: Remember to check ChechBoxAll so we can remember even the state of that II --- diff --git a/core/launcher/mediummountgui.cpp b/core/launcher/mediummountgui.cpp index f16a37d..f375236 100644 --- a/core/launcher/mediummountgui.cpp +++ b/core/launcher/mediummountgui.cpp @@ -181,6 +181,7 @@ void MediumMountGui::startGui() { CheckBoxText->setChecked(checkmimetext); CheckBoxVideo->setChecked(checkmimevideo); CheckBoxAll->setChecked( checkmimeall ); + deactivateOthers(); // buttons quit = new QPushButton( this ); quit->setGeometry( QRect( (this->width()/2)- 90 , 260, 80, 22 ) ); -- cgit v0.9.0.2