summaryrefslogtreecommitdiffstats
path: root/src/Applet/Applet.cpp
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-03-11 11:40:05 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2009-03-11 11:40:05 +0100
commit0ec8742ca8915dbea64520489c7dfffe6412b908 (patch)
tree18d10b9bb4e3af47bf540ecfa832009fceac097d /src/Applet/Applet.cpp
parenteb35c8f3c0dcf578309c78da28af5ef55e4dda61 (diff)
downloadabrt-0ec8742ca8915dbea64520489c7dfffe6412b908.tar.gz
abrt-0ec8742ca8915dbea64520489c7dfffe6412b908.tar.xz
abrt-0ec8742ca8915dbea64520489c7dfffe6412b908.zip
Changed applet behaviour according to rhbz#489624
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 8984e0e2..788faa6d 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);