From kde-commits Sat Jan 27 19:27:58 2007 From: Siraj Razick Date: Sat, 27 Jan 2007 19:27:58 +0000 To: kde-commits Subject: playground/base/kbfx_plasma/src (silent) Message-Id: <1169926078.642815.14781.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=116992609030667 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;