summaryrefslogtreecommitdiff
path: root/security/openvpn-admin/files/patch-src-MainWindow.cs
blob: e56907f61aeafab0971160156649fbb04a6d4d09 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/MainWindow.cs.orig	Mon Oct  8 11:55:37 2007
+++ src/MainWindow.cs	Mon Oct  8 11:55:53 2007
@@ -500,7 +500,7 @@
 	        			return;
         		}
         		
-				if (Configuration.Activate(this.SelectedEntry, new ActivateDelegate(RequestPassword)))
+				if (Configuration.Activate(this.SelectedEntry, new ConnectionActivateDelegate(RequestPassword)))
 				{
 					this.activeConnections = this.activeConnections + 1;
 					this.RefreshCurrentEntry();