[gnome-control-center] network: handle argv after cold-plugging connections



commit 741f09f6f405e1590a82b45643666039c273afc7
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Mon Feb 17 21:00:31 2014 +0100

    network: handle argv after cold-plugging connections
    
    To pick up show-device with a connection path (VPN or virtual),
    we need to handle the arguments again after the connections are
    read.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=724547

 panels/network/cc-network-panel.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/panels/network/cc-network-panel.c b/panels/network/cc-network-panel.c
index cc1df5f..caaf1a3 100644
--- a/panels/network/cc-network-panel.c
+++ b/panels/network/cc-network-panel.c
@@ -1256,6 +1256,10 @@ notify_connections_read_cb (NMRemoteSettings *settings,
                 add_connection (panel, connection);
         }
         g_slist_free (list);
+
+
+        g_debug ("Calling handle_argv() after cold-plugging connections");
+        handle_argv (panel);
 }
 
 static gboolean


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