SVN commit 627706 by siraj: SVN_SILENT: FIXME : realoading needs imporvement M +6 -0 kbfxspinx.cpp --- trunk/playground/base/kbfx_plasma/src/kbfxspinx.cpp #627705:627706 @@ -66,6 +66,12 @@ { kdDebug() << "Got DCOP Call" << endl; +//FIXME +//the delete here dose not reload every thing +//only the button and the parent menu +//Care full memory de-allocation is needed before +//deleteing further :-( +//else be ready for a nice backtrace delete kbfxBtn; delete m_menu;