summaryrefslogtreecommitdiffstats
path: root/src/Applet/Applet.cpp
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-04-07 17:59:06 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-04-07 17:59:06 +0200
commitbcfcaa2f737332665a9e4ea54ce6caa1f713afda (patch)
treedb2d9c70a9a7bcfe0718a6fbfa6a677509f336ec /src/Applet/Applet.cpp
parent0e96f49ddb33421efcdd55d543439f622e707164 (diff)
downloadabrt-bcfcaa2f737332665a9e4ea54ce6caa1f713afda.tar.gz
abrt-bcfcaa2f737332665a9e4ea54ce6caa1f713afda.tar.xz
abrt-bcfcaa2f737332665a9e4ea54ce6caa1f713afda.zip
Added notification thru libnotify
Diffstat (limited to 'src/Applet/Applet.cpp')
-rw-r--r--src/Applet/Applet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Applet/Applet.cpp b/src/Applet/Applet.cpp
index 788faa6d..0f957ceb 100644
--- a/src/Applet/Applet.cpp
+++ b/src/Applet/Applet.cpp
@@ -28,9 +28,9 @@ crash_notify_cb(const char* progname)
#ifdef DEBUG
std::cerr << "Application " << progname << " has crashed!" << std::endl;
#endif
- applet->ShowIcon();
//applet->AddEvent(uid, std::string(progname));
applet->SetIconTooltip("A crash in package %s has been detected!", progname);
+ applet->ShowIcon();
}
int main(int argc, char **argv)