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

List:       kde-commits
Subject:    kdepim/certmanager
From:       Marc Mutz <Marc.Mutz () uni-bielefeld ! de>
Date:       2003-02-10 18:17:58
[Download RAW message or body]

CVS commit by mutz: 

Fix crash when trying to view the CRL cache.


  M +10 -3     certmanager.cpp   1.29


--- kdepim/certmanager/certmanager.cpp  #1.28:1.29
@@ -135,7 +135,14 @@ private:
 
 CertManager::CertManager( bool remote, const QString& query, 
-                          QWidget* parent, const char* name ) :
-    KMainWindow( parent, name ),
-    dirmngrProc(0), _certBox(0), _remote( remote )
+                          QWidget* parent, const char* name )
+  : KMainWindow( parent, name ),
+    dirmngrProc(0),
+    _crlView(0),
+    _toolbar(0),
+    _leAction(0),
+    _comboAction(0),
+    _findAction(0),
+    _certBox(0),
+    _remote( remote )
 {
   (void)KStdAction::redisplay( this, SLOT( loadCertificates() ), actionCollection());


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

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