openbsd-ports/x11/gnustep/gnumail/patches/patch-Bundles_PGP_PGPController_m
sebastia 93729da1d6 Fix some buttons in the interface, and some patches from Debian to fix some
problems in the PGP Bundle.

OK ajacoutot@, jasper@
2010-10-24 13:03:22 +00:00

23 lines
475 B
Plaintext

$OpenBSD: patch-Bundles_PGP_PGPController_m,v 1.1 2010/10/24 13:03:22 sebastia Exp $
patch from Debian repository
--- Bundles/PGP/PGPController.m.orig Wed Jan 24 17:17:43 2007
+++ Bundles/PGP/PGPController.m Sun Oct 24 12:14:51 2010
@@ -274,9 +274,14 @@ static PGPController *singleInstance = nil;
//
//
//
-- (NSString *) version
+- (NSString *) gnumailBundleVersion
{
return @"v0.9.1";
+}
+
+- (NSString *) version
+{
+ return [self gnumailBundleVersion];
}