From 0ec8742ca8915dbea64520489c7dfffe6412b908 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Wed, 11 Mar 2009 11:40:05 +0100 Subject: Changed applet behaviour according to rhbz#489624 --- src/Applet/Applet.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Applet/Applet.cpp') diff --git a/src/Applet/Applet.cpp b/src/Applet/Applet.cpp index 8984e0e..788faa6 100644 --- a/src/Applet/Applet.cpp +++ b/src/Applet/Applet.cpp @@ -28,8 +28,6 @@ crash_notify_cb(const char* progname) #ifdef DEBUG std::cerr << "Application " << progname << " has crashed!" << std::endl; #endif - /* smth happend, show the blinking icon */ - applet->BlinkIcon(true); applet->ShowIcon(); //applet->AddEvent(uid, std::string(progname)); applet->SetIconTooltip("A crash in package %s has been detected!", progname); -- cgit