diff options
Diffstat (limited to 'src/Applet/Applet.cpp')
| -rw-r--r-- | src/Applet/Applet.cpp | 2 |
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) |
