summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-09-18 16:11:47 +0200
committerThomas Haller <thaller@redhat.com>2015-09-18 16:11:47 +0200
commit31deca015710348de66ff3b288e961f912f34c27 (patch)
tree45aae6b089d179882f82fe0036e7ed51819a6f3e
parentd20bed069c718e161f0a2457c9fb8204fc5c9fac (diff)
downloadNetworkManager-31deca015710348de66ff3b288e961f912f34c27.tar.gz
libnm: fix missing case in "nm-remote-connection.c"
Fixes: d20bed069c718e161f0a2457c9fb8204fc5c9fac
-rw-r--r--libnm/nm-remote-connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm/nm-remote-connection.c b/libnm/nm-remote-connection.c
index e5c5b99491..a0850d8b1c 100644
--- a/libnm/nm-remote-connection.c
+++ b/libnm/nm-remote-connection.c
@@ -706,7 +706,7 @@ init_get_settings_cb (GObject *proxy,
priv->visible = TRUE;
replace_settings (init_data->connection, settings);
g_variant_unref (settings);
- g_object_notify (init_data->connection, NM_REMOTE_CONNECTION_VISIBLE);
+ g_object_notify (G_OBJECT (init_data->connection), NM_REMOTE_CONNECTION_VISIBLE);
init_async_complete (init_data, NULL);
}