mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 21:53:19 +00:00
See ChangeLog
Monotone-Parent: fd17d1db3508a9f1ae745c58c00d732b0459740e Monotone-Revision: 38ed0d2f958b7e2d81b025392abb06c7e4a476b1 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2008-11-28T20:12:22 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -96,6 +96,16 @@ static NSTimeZone *UTC = nil;
|
||||
ASSIGN(previousApt, theApt);
|
||||
}
|
||||
|
||||
- (BOOL) hasNewLocation
|
||||
{
|
||||
return ([[apt location] length] > 0);
|
||||
}
|
||||
|
||||
- (BOOL) hasOldLocation
|
||||
{
|
||||
return ([[previousApt location] length] > 0);
|
||||
}
|
||||
|
||||
- (NSTimeZone *) viewTZ
|
||||
{
|
||||
if (self->viewTZ) return self->viewTZ;
|
||||
|
||||
Reference in New Issue
Block a user