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



commit 51f5dec85ff206a17d129056d5a5b73daa15f3fd
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 a23e325..a918ba8 100644
--- a/panels/network/cc-network-panel.c
+++ b/panels/network/cc-network-panel.c
@@ -1152,6 +1152,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]