[wing/wip/nacho/service: 1/2] service: remove hack fixed upstream
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [wing/wip/nacho/service: 1/2] service: remove hack fixed upstream
- Date: Tue, 20 Jun 2017 11:02:38 +0000 (UTC)
commit f643f3541a67adb7613de677515e185ae5db7296
Author: Ignacio Casal Quinteiro <qignacio amazon com>
Date: Tue Jun 20 12:25:14 2017 +0200
service: remove hack fixed upstream
wing/wingservice.c | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/wing/wingservice.c b/wing/wingservice.c
index c4cea91..a820d57 100644
--- a/wing/wingservice.c
+++ b/wing/wingservice.c
@@ -298,13 +298,6 @@ wing_service_constructed (GObject *object)
g_option_group_add_entries (option_group, entries);
g_application_add_option_group (priv->application, option_group);
- /* HACK to avoid reaching the default handler. It seems that the default
- * handler return value will always gain over our one on the signal connection.
- * Since we want to give priority to our one we set the default one to NULL.
- * This is though a bug in GApplication and we should remove this once it is fixed.
- * See https://bugzilla.gnome.org/show_bug.cgi?id=750796
- */
- G_APPLICATION_GET_CLASS (priv->application)->handle_local_options = NULL;
g_signal_connect (priv->application,
"handle-local-options",
G_CALLBACK (on_handle_local_options),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]