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

List:       kde-commits
Subject:    branches/work/kgpg2
From:       Rolf Eike Beer <kde () opensource ! sf-tec ! de>
Date:       2008-01-26 18:14:34
Message-ID: 1201371274.507598.28811.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 766820 by dakon:

Fix Q_ASSERT in KeysManager::slotPrimUid()


 M  +1 -1      keysmanager.cpp  


--- branches/work/kgpg2/keysmanager.cpp #766819:766820
@@ -731,7 +731,7 @@
 void KeysManager::slotPrimUid()
 {
     KGpgNode *nd = iview->selectedNode();
-    Q_ASSERT(nd->getType() == ITYPE_UAT);
+    Q_ASSERT(nd->getType() == ITYPE_UID);
 
     QProcess *process = new QProcess(this);
     KConfigGroup config(KGlobal::config(), "General");
[prev in list] [next in list] [prev in thread] [next in thread] 

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