Revision 717538

Go back to digest for 30th September 2007

Bug Fixes in Networking Tools

Matt Rogers committed changes in /trunk/KDE/kdenetwork/kopete/libkopete:

Fix crash on Kopete quit. Use K_GLOBAL_STATIC to manage the singleton lifetime.

This is the second time I've done the conversion. The first time didn't go so well, so I ended up more closely following the example this time. This means that Kopete::PluginManager::Private is now just Kopete::PluginManagerPrivate. It also means that the constructor and destructor for PluginManager are empty and the functionality was moved into the private class.

All is working now, and the best part is there's no crash on Kopete quit anymore. :)

File Changes

Modified 2 files
  • /trunk/KDE/kdenetwork/kopete/libkopete
  •   /kopetepluginmanager.cpp
  •   /kopetepluginmanager.h
2 files changed in total