network-manager-openvpn r53 - in trunk: . properties



Author: dcbw
Date: Wed Mar 18 14:46:27 2009
New Revision: 53
URL: http://svn.gnome.org/viewvc/network-manager-openvpn?rev=53&view=rev

Log:
2009-03-18  Dan Williams  <dcbw redhat com>

	* properties/auth-helpers.c
		- (populate_hmacauth_combo): fix # of columns in the list store,
			making HMAC Auth actually save itself when hitting Apply



Modified:
   trunk/ChangeLog
   trunk/properties/auth-helpers.c

Modified: trunk/properties/auth-helpers.c
==============================================================================
--- trunk/properties/auth-helpers.c	(original)
+++ trunk/properties/auth-helpers.c	Wed Mar 18 14:46:27 2009
@@ -884,7 +884,7 @@
 		NULL
 	};
 
-	store = gtk_list_store_new (2, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_BOOLEAN);
+	store = gtk_list_store_new (3, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_BOOLEAN);
 	gtk_combo_box_set_model (box, GTK_TREE_MODEL (store));
 
 	/* Add default option which won't pass --auth to openvpn */



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