remove temporarily the clean-up of newItems: might lead to problems with invalid...
authormishas <mikhail.sobolev@gmail.com>
Mon, 16 Apr 2007 18:47:59 +0000 (18:47 +0000)
committermishas <mikhail.sobolev@gmail.com>
Mon, 16 Apr 2007 18:47:59 +0000 (18:47 +0000)
git-svn-id: file:///svnroot/simple-launcher/trunk@190 3ba93dab-e023-0410-b42a-de7732cf370a

simple-launcher.cc

index a609f4c..8882292 100644 (file)
@@ -371,7 +371,7 @@ void SimpleLauncherApplet::runDialog() {
       ;     // FIXME: do I want to do anything in here?
   }
 
-  newItems.clear();
+  // newItems.clear(); // TODO: do I really need it?
 }
 
 // vim:ts=2:sw=2:et