[network-manager-fortisslvpn/th/gtk-split-and-log-bgo771544: 3/26] properties/trival: rename NM_OPENVPN_OLD to NM_VPN_OLD



commit 7775783ca69d38c32f2bcc58d739e6f731c6f3a2
Author: Thomas Haller <thaller redhat com>
Date:   Thu Sep 15 09:28:31 2016 +0200

    properties/trival: rename NM_OPENVPN_OLD to NM_VPN_OLD
    
    Like done for other VPN plugins.

 properties/Makefile.am      |    2 +-
 properties/nm-fortisslvpn.c |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/properties/Makefile.am b/properties/Makefile.am
index f90ce83..de576f8 100644
--- a/properties/Makefile.am
+++ b/properties/Makefile.am
@@ -28,7 +28,7 @@ libnm_vpn_plugin_fortisslvpn_la_CFLAGS = \
        $(common_CFLAGS)
 
 libnm_fortisslvpn_properties_la_CFLAGS = \
-       -DNM_OPENVPN_OLD \
+       -DNM_VPN_OLD \
        $(LIBNM_GLIB_CFLAGS) \
        $(LIBNM_GTK_CFLAGS) \
        $(common_CFLAGS)
diff --git a/properties/nm-fortisslvpn.c b/properties/nm-fortisslvpn.c
index e8a1dc7..d2c8f67 100644
--- a/properties/nm-fortisslvpn.c
+++ b/properties/nm-fortisslvpn.c
@@ -34,7 +34,7 @@
 #include <string.h>
 #include <gtk/gtk.h>
 
-#ifdef NM_OPENVPN_OLD
+#ifdef NM_VPN_OLD
 
 #define NM_VPN_LIBNM_COMPAT
 #include <nm-vpn-plugin-ui-interface.h>
@@ -48,7 +48,7 @@
 
 #define nm_simple_connection_new nm_connection_new
 
-#else /* !NM_OPENVPN_OLD */
+#else /* !NM_VPN_OLD */
 
 #include <NetworkManager.h>
 #include <nma-ui-utils.h>


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