summaryrefslogtreecommitdiffstats
path: root/src/Applet/Applet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Applet/Applet.cpp')
-rw-r--r--src/Applet/Applet.cpp2
1 files changed, 0 insertions, 2 deletions
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);