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

List:       kde-commits
Subject:    KDE/kdenetwork/kopete/libkopete
From:       Pali Rohár <pali.rohar () gmail ! com>
Date:       2013-06-02 10:20:44
Message-ID: 20130602102044.63819AC85D () svn ! kde ! org
[Download RAW message or body]

SVN commit 1356788 by pali:

Do not show backtrace of Kopete process when destructing plugin manager and all \
plugins were already destructed


 M  +1 -1      kopetepluginmanager.cpp  


--- trunk/KDE/kdenetwork/kopete/libkopete/kopetepluginmanager.cpp #1356787:1356788
@@ -60,7 +60,7 @@
 
 	~PluginManagerPrivate()
 	{
-		if ( shutdownMode != DoneShutdown )
+		if ( shutdownMode != DoneShutdown && !loadedPlugins.empty() )
 		{
 			kWarning( 14010 ) << "Destructing plugin manager without going through the \
shutdown process! Backtrace is: " << endl << kBacktrace();  }


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

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