From 7e86528d82ed15d78dd53a5ebc06802eff35275d Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Thu, 4 Jun 2009 17:27:49 +0100 Subject: [PATCH] Don't bring up a notification after submitting --- corewatcher-applet.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/corewatcher-applet.c b/corewatcher-applet.c index dfc5197..0034f0e 100644 --- a/corewatcher-applet.c +++ b/corewatcher-applet.c @@ -386,9 +386,6 @@ static DBusHandlerResult dbus_gotmessage(DBusConnection __unused *connection, if (dbus_message_is_signal(message, "org.corewatcher.submit.sent", "sent")) { - gtk_status_icon_set_visible(statusicon, TRUE); - sent_an_oops(); - gtk_status_icon_set_visible(statusicon, FALSE); return DBUS_HANDLER_RESULT_HANDLED; } /* check if it's the daemon that asks for permission */ -- 2.7.4