From ed3a26549276f11e6b05c755424f00c6035cd700 Mon Sep 17 00:00:00 2001 From: mishas Date: Mon, 16 Apr 2007 18:47:59 +0000 Subject: [PATCH] remove temporarily the clean-up of newItems: might lead to problems with invalid reads git-svn-id: file:///svnroot/simple-launcher/trunk@190 3ba93dab-e023-0410-b42a-de7732cf370a --- simple-launcher.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple-launcher.cc b/simple-launcher.cc index a609f4c..8882292 100644 --- a/simple-launcher.cc +++ b/simple-launcher.cc @@ -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 -- 1.7.9.5