[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:       2007-08-20 9:18:36
Message-ID: 1187601516.337986.8021.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 702253 by mutz:

HAVE_GPGME_SIG_NOTATION_CLEARADDGET implies HAVE_GPGME_SIG_NOTATION_FLAGS_T, since \
_add() has such an argument. Therefore this worked. If they were truly independant, \
then the #ifdef wouldn't work anyway (expression in an #if_def_)

 M  +1 -1      context.cpp  


--- trunk/KDE/kdepimlibs/gpgme++/context.cpp #702252:702253
@@ -492,7 +492,7 @@
   }
 
   GpgME::Error Context::addSignatureNotation( const char * name, const char * value, \
                unsigned int flags ) {
-#ifdef HAVE_GPGME_SIG_NOTATION_CLEARADDGET && HAVE_GPGME_SIG_NOTATION_FLAGS_T
+#ifdef HAVE_GPGME_SIG_NOTATION_CLEARADDGET
     return Error( gpgme_sig_notation_add( d->ctx, name, value, \
add_to_gpgme_sig_notation_flags_t( 0, flags ) ) );  #else
     (void)name; (void)value; (void)flags;


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

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