[gnome-flashback/wip/libnotificationcrash: 2/2] libnotification: remove gtk_main_quit
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-flashback/wip/libnotificationcrash: 2/2] libnotification: remove gtk_main_quit
- Date: Sat, 8 Dec 2018 17:41:32 +0000 (UTC)
commit aff4ec11314f8b68e4a509857f2fe890747f75f0
Author: Sebastian Geiger <sbastig gmx net>
Date: Sat Dec 8 11:15:19 2018 +0100
libnotification: remove gtk_main_quit
These were leftovers from notification-daemon.
gnome-flashback/libnotifications/nd-daemon.c | 3 ---
1 file changed, 3 deletions(-)
---
diff --git a/gnome-flashback/libnotifications/nd-daemon.c b/gnome-flashback/libnotifications/nd-daemon.c
index 7ff56d5..59caeea 100644
--- a/gnome-flashback/libnotifications/nd-daemon.c
+++ b/gnome-flashback/libnotifications/nd-daemon.c
@@ -256,8 +256,6 @@ bus_acquired_handler_cb (GDBusConnection *connection,
{
g_warning ("Failed to export interface: %s", error->message);
g_error_free (error);
-
- gtk_main_quit ();
}
}
@@ -266,7 +264,6 @@ name_lost_handler_cb (GDBusConnection *connection,
const gchar *name,
gpointer user_data)
{
- gtk_main_quit ();
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]