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

List:       kde-commits
Subject:    kdenox/konq-embed/src
From:       Stefan Eilers <stefan.eilers () basyskom ! de>
Date:       2007-03-02 17:07:37
Message-ID: 1172855257.862459.29019.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 638605 by eilers:

Fixed fullscreen issue: If fullscreen is active, the certification
dialog was invisible.


 M  +5 -4      preferences_road.cc  


--- trunk/kdenox/konq-embed/src/preferences_road.cc #638604:638605
@@ -254,8 +254,9 @@
     caDelList.setAutoDelete(true);
 #if defined(_WS_QWS_) && !defined _QT_QPE_
     if ( MainWindowBase::STYLE_WINDOWED != MainWindowBase::s_winStyle )
-	showMaximized();
+       showMaximized();
 #endif
+
 }
 
 PreferencesRoad::~PreferencesRoad()
@@ -785,7 +786,7 @@
     if (!cert)
         return;
     cert->chain().setCertChain(policies->readListEntry("Chain"));
-    EditCertDialog dlg( x, cert, this );
+    EditCertDialog dlg( x, cert, (QWidget*) parent() );
 #ifdef _QT_QPE_
     QPEApplication::execDialog(&dlg);
 #else
@@ -841,7 +842,7 @@
     CAItem *x = static_cast<CAItem *>(caList->selectedItem());
     if (!x)
         return;
-    ViewCADialog dlg( x, this );
+    ViewCADialog dlg( x, (QWidget*) parent() );
 #ifdef _QT_QPE_
     QPEApplication::execDialog(&dlg);
 #else
@@ -870,7 +871,7 @@
 
 void PreferencesRoad::importCA()
 {
-    QString certFile = KFileDialog::getOpenFileName(QString::null, \
"application/x-x509-ca-cert"); +    QString certFile = \
KFileDialog::getOpenFileName(QString::null, "application/x-x509-ca-cert", (QWidget*) \
parent());  
     if (certFile.isEmpty())
         return;


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

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