summaryrefslogtreecommitdiffstats
path: root/src/applet/applet_gtk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/applet/applet_gtk.c')
-rw-r--r--src/applet/applet_gtk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/applet/applet_gtk.c b/src/applet/applet_gtk.c
index 524aca7c..59c21ef8 100644
--- a/src/applet/applet_gtk.c
+++ b/src/applet/applet_gtk.c
@@ -86,7 +86,7 @@ static void action_report(NotifyNotification *notification, gchar *action, gpoin
struct applet *applet = (struct applet *)user_data;
if (applet->ap_daemon_running)
{
- analyze_and_report_dir(applet->ap_last_crash_id);
+ analyze_and_report_dir(applet->ap_last_crash_id, NOWAIT);
GError *err = NULL;
notify_notification_close(notification, &err);
if (err != NULL)