network-manager-openvpn r54 - in branches/NETWORKMANAGER_0_7: . properties
- From: dcbw svn gnome org
- To: svn-commits-list gnome org
- Subject: network-manager-openvpn r54 - in branches/NETWORKMANAGER_0_7: . properties
- Date: Wed, 18 Mar 2009 14:48:43 +0000 (UTC)
Author: dcbw
Date: Wed Mar 18 14:48:42 2009
New Revision: 54
URL: http://svn.gnome.org/viewvc/network-manager-openvpn?rev=54&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:
branches/NETWORKMANAGER_0_7/ChangeLog
branches/NETWORKMANAGER_0_7/properties/auth-helpers.c
Modified: branches/NETWORKMANAGER_0_7/properties/auth-helpers.c
==============================================================================
--- branches/NETWORKMANAGER_0_7/properties/auth-helpers.c (original)
+++ branches/NETWORKMANAGER_0_7/properties/auth-helpers.c Wed Mar 18 14:48:42 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]