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

List:       kde-commits
Subject:    branches/kdepim/enterprise4/kdepimlibs/qgpgme
From:       Marc Mutz <mutz () kde ! org>
Date:       2008-05-28 15:56:45
Message-ID: 1211990205.041412.12613.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 813734 by mutz:

Fix another one of the "QObject: do not delete object duing its event handler" bugs. \
Up the version to indicate the bugfix.

 M  +2 -2      CMakeLists.txt  
 M  +1 -1      eventloopinteractor_unix.cpp  


--- branches/kdepim/enterprise4/kdepimlibs/qgpgme/CMakeLists.txt #813733:813734
@@ -42,8 +42,8 @@
    target_link_libraries( qgpgme ${QT_QTCORE_LIBRARY} ${_qgpgme_libgpgme} )
 
    set_target_properties( qgpgme PROPERTIES
-     VERSION   1.0.0
-     SOVERSION 1.0.0
+     VERSION   1.0.1
+     SOVERSION 1.0.1
    )
 
    install( TARGETS qgpgme ${INSTALL_TARGETS_DEFAULT_ARGS})
--- branches/kdepim/enterprise4/kdepimlibs/qgpgme/eventloopinteractor_unix.cpp \
#813733:813734 @@ -35,5 +35,5 @@
 }
 
 void QGpgME::EventLoopInteractor::unregisterWatcher( void * tag ) {
-    delete static_cast<QSocketNotifier*>( tag );
+    static_cast<QSocketNotifier*>( tag )->deleteLater();
 }


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

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