freebsd-ports/security/openvpn-admin/files/patch-src-MainWindow.cs
Tom McLaughlin dc2037ceec Update to 1.9.4
- Required due to recent update to Mono.

Submitted by:	Phillip Neumann
Approved by:	maintainer timeout
2007-10-23 03:39:04 +00:00

11 lines
459 B
C#

--- 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();