[gupnp] Remove remaining references to main_context
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gupnp] Remove remaining references to main_context
- Date: Tue, 2 Aug 2011 14:23:21 +0000 (UTC)
commit 73e5767a355c306b1d58df8961ae2649c47821cd
Author: Jens Georg <mail jensge org>
Date: Tue Aug 2 16:22:46 2011 +0200
Remove remaining references to main_context
libgupnp/gupnp-network-manager.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/libgupnp/gupnp-network-manager.c b/libgupnp/gupnp-network-manager.c
index 9b4c728..0e918e7 100644
--- a/libgupnp/gupnp-network-manager.c
+++ b/libgupnp/gupnp-network-manager.c
@@ -198,7 +198,6 @@ create_context_for_device (NMDevice *nm_device)
char *ssid = NULL;
g_object_get (nm_device->manager,
- "main-context", &main_context,
"port", &port,
NULL);
@@ -229,7 +228,6 @@ create_context_for_device (NMDevice *nm_device)
nm_device->context = g_initable_new (GUPNP_TYPE_CONTEXT,
NULL,
&error,
- "main-context", main_context,
"interface", iface,
"network", ssid,
"port", port,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]