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

List:       kde-commits
Subject:    kdelibs/kio/misc
From:       Jaroslaw Staniek <js () iidea ! pl>
Date:       2004-12-02 23:03:32
Message-ID: 20041202230332.A6D5C1B923 () office ! kde ! org
[Download RAW message or body]

CVS commit by staniek: 


compile fix for win32


  M +4 -0      uiserver.cpp   1.122


--- kdelibs/kio/misc/uiserver.cpp  #1.121:1.122
@@ -1206,6 +1206,8 @@ void UIServer::showSSLInfoDialog(const Q
                   KSSLCertificate::KSSLValidation(meta["ssl_cert_state"].toInt()));
       kdDebug(7024) << "Showing SSL Info dialog" << endl;
+#ifndef Q_WS_WIN
       if( mainwindow != 0 )
           KWin::setMainWindow( kid, mainwindow );
+#endif
       kid->exec();
       delete x;
@@ -1232,6 +1234,8 @@ KSSLCertDlgRet UIServer::showSSLCertDial
       kcd->setHost(host);
       kdDebug(7024) << "Showing SSL certificate dialog" << endl;
+#ifndef Q_WS_WIN
       if( mainwindow != 0 )
           KWin::setMainWindow( kcd, mainwindow );
+#endif
       kcd->exec();
       rc.ok = true;


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

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