[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdelibs/kutils
From:       Stephan Binner <binner () kde ! org>
Date:       2005-02-07 7:21:36
Message-ID: 20050207072136.5A7F91D02F () office ! kde ! org
[Download RAW message or body]

CVS commit by binner: 

better fix for previous #2


  M +4 -0      kcmultidialog.cpp   1.58


--- kdelibs/kutils/kcmultidialog.cpp  #1.57:1.58
@@ -84,4 +84,6 @@ KCMultiDialog::KCMultiDialog( int dialog
     kdDebug( 710 ) << "Root modules will not work with this constructor. See the API \
documentation." << endl;  init();
+    if ( buttonMask & User2 )
+        showButton( User2, true );
 }
 
@@ -89,4 +91,6 @@ inline void KCMultiDialog::init()
 {
     connect( this, SIGNAL( finished()), SLOT( dialogClosed()));
+    showButton( User1, false );
+    showButton( User2, false );
     enableButton(Apply, false);
     connect(this, SIGNAL(aboutToShowPage(QWidget *)), this, \
SLOT(slotAboutToShow(QWidget *)));


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic