Slightly improved previous pull request merge.

This commit is contained in:
Ludovic Marcotte
2014-04-04 08:39:13 -04:00
parent 7b0ffacff0
commit 3eec753b73
4 changed files with 7 additions and 9 deletions
+2 -4
View File
@@ -1,6 +1,6 @@
/* UIxPreferences.m - this file is part of SOGo
*
* Copyright (C) 2007-2013 Inverse inc.
* Copyright (C) 2007-2014 Inverse inc.
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -1141,9 +1141,7 @@ static NSArray *reminderValues = nil;
- (NSString *) sogoVersion
{
// The variable SOGoVersion comes from the import: SOGo/Build.h
NSString *sogoVersion = [NSString stringWithString: SOGoVersion];
return sogoVersion;
return [NSString stringWithString: SOGoVersion];
}
- (id <WOActionResults>) defaultAction