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

List:       kde-commits
Subject:    KDE/kdepimlibs/gpgme++
From:       Marc Mutz <mutz () kde ! org>
Date:       2008-04-04 16:03:46
Message-ID: 1207325026.609888.6731.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 793622 by mutz:

Dont' throw gpgme_error_t, throw GpgME::Error

 M  +1 -1      gpgsetexpirytimeeditinteractor.cpp  
 M  +1 -1      gpgsetownertrusteditinteractor.cpp  


--- trunk/KDE/kdepimlibs/gpgme++/gpgsetexpirytimeeditinteractor.cpp #793621:793622
@@ -75,7 +75,7 @@
     case ERROR:
         return 0;
     default:
-        throw gpg_error( GPG_ERR_GENERAL );
+        throw Error( gpg_error( GPG_ERR_GENERAL ) );
     }
 }
 
--- trunk/KDE/kdepimlibs/gpgme++/gpgsetownertrusteditinteractor.cpp #793621:793622
@@ -79,7 +79,7 @@
     case ERROR:
         return 0;
     default:
-        throw gpg_error( GPG_ERR_GENERAL );
+        throw Error( gpg_error( GPG_ERR_GENERAL ) );
     }
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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