From bcfcaa2f737332665a9e4ea54ce6caa1f713afda Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Tue, 7 Apr 2009 17:59:06 +0200 Subject: Added notification thru libnotify --- src/Applet/Applet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Applet/Applet.cpp') diff --git a/src/Applet/Applet.cpp b/src/Applet/Applet.cpp index 788faa6..0f957ce 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) -- cgit