[network-manager-openvpn] auth-helpers: remove redundant setting of mssfix checkbox



commit cc772d1648bb6fa37d71bdbdf83a38962dce14a4
Author: Thomas Haller <thaller redhat com>
Date:   Fri Oct 24 10:55:51 2014 +0200

    auth-helpers: remove redundant setting of mssfix checkbox
    
    Introduced by commit 96df84baa08011baa74b2a416450b884da8119e5
    
    Signed-off-by: Thomas Haller <thaller redhat com>

 properties/auth-helpers.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/properties/auth-helpers.c b/properties/auth-helpers.c
index 4a29dbb..e53f737 100644
--- a/properties/auth-helpers.c
+++ b/properties/auth-helpers.c
@@ -1659,12 +1659,6 @@ advanced_dialog_new (GHashTable *hash, const char *contype)
                gtk_widget_set_sensitive (widget, FALSE);
        }
 
-       value = g_hash_table_lookup (hash, NM_OPENVPN_KEY_MSSFIX);
-       if (value && !strcmp (value, "yes")) {
-               widget = GTK_WIDGET (gtk_builder_get_object (builder, "mssfix_checkbutton"));
-               gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (widget), TRUE);
-       }
-
        value = g_hash_table_lookup (hash, NM_OPENVPN_KEY_COMP_LZO);
        if (value && !strcmp (value, "yes")) {
                widget = GTK_WIDGET (gtk_builder_get_object (builder, "lzo_checkbutton"));


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