Revision 837355

Go back to digest for 27th July 2008

Bug Fixes in KDE Base

Rafael Fernández López committed changes in /trunk/KDE/kdelibs/kdeui/widgets/kmainwindow.cpp:

Applications were never being closed... so when you restart the session (restart the computer, or login again on KDE) you were getting TONS of instances.

After some app executing (konqueror, kate...) you could try "ps aux | grep konqueror" to see how many instances you were having.

The ::ref() is not needed, since the s_refCount did start at value 1 already.

File Changes

Modified 1 files
  • /trunk/KDE/kdelibs/kdeui/widgets/kmainwindow.cpp
1 files changed in total