[network-manager-applet/bg/vpn-state-rh1442782] fixup! applet: also react to vpn-state property changes



commit 52777c08d669496eb5808760952b0f32e7c67f42
Author: Thomas Haller <thaller redhat com>
Date:   Thu Apr 20 16:32:36 2017 +0200

    fixup! applet: also react to vpn-state property changes

 src/applet.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/applet.c b/src/applet.c
index bf19d23..6ea137a 100644
--- a/src/applet.c
+++ b/src/applet.c
@@ -908,9 +908,9 @@ make_active_failure_message (NMActiveConnection *active,
 
 static void
 vpn_active_connection_state_changed (NMVpnConnection *vpn,
-                              NMActiveConnectionState state,
-                              NMActiveConnectionStateReason reason,
-                              gpointer user_data)
+                                     NMActiveConnectionState state,
+                                     NMActiveConnectionStateReason reason,
+                                     gpointer user_data)
 {
        NMApplet *applet = NM_APPLET (user_data);
        const char *banner;


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