[gnome-control-center/gnome-3-8] network: Add remote settings to virtual devices



commit be1eb825f1e1e4174823ed30678fdf9d51d407a2
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Apr 12 20:26:28 2013 -0400

    network: Add remote settings to virtual devices
    
    This will be used in the next commit to delete the remote
    connection.
    https://bugzilla.gnome.org/show_bug.cgi?id=697919

 panels/network/cc-network-panel.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/panels/network/cc-network-panel.c b/panels/network/cc-network-panel.c
index 0abedc8..480763e 100644
--- a/panels/network/cc-network-panel.c
+++ b/panels/network/cc-network-panel.c
@@ -1137,6 +1137,7 @@ panel_add_virtual_device (CcNetworkPanel *panel, NMConnection *connection)
                                  "id", id,
                                  "connection", connection,
                                  "client", panel->priv->client,
+                                 "remote-settings", panel->priv->remote_settings,
                                  NULL);
         g_signal_connect_object (net_virt, "removed",
                                  G_CALLBACK (object_removed_cb), panel, 0);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]