diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-04-07 17:59:06 +0200 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-04-07 17:59:06 +0200 |
| commit | bcfcaa2f737332665a9e4ea54ce6caa1f713afda (patch) | |
| tree | db2d9c70a9a7bcfe0718a6fbfa6a677509f336ec /src/Applet/Applet.cpp | |
| parent | 0e96f49ddb33421efcdd55d543439f622e707164 (diff) | |
| download | abrt-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.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
