Monotone-Parent: 8f6ae7e406e33ae236010309ff5b5efd3698d719

Monotone-Revision: cc3307154f3db7f06e6e54e701e48d8e3e676c08

Monotone-Author: crobert@inverse.ca
Monotone-Date: 2009-04-07T15:25:59
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
C Robert
2009-04-07 15:25:59 +00:00
parent c15754e3fe
commit ec4f39e02f
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2009-04-07 Cyril Robert <crobert@inverse.ca>
* UI/Common/UIxPageFrame.m (isCompatibleBrowser): Fixed Safari 3 issue,
was only accepting 4+
2009-04-06 Ludovic Marcotte <lmarcotte@inverse.ca>
* Improved the sogod-wrapper script in order to

View File

@@ -460,7 +460,7 @@ static NSString *siteFavicon = nil;
|| ([[cc userAgentType] isEqualToString: @"Mozilla"]
&& [cc majorVersion] >= 5)
|| ([[cc userAgentType] isEqualToString: @"Safari"]
&& [cc majorVersion] >= 4)
&& [cc majorVersion] >= 3)
|| ([[cc userAgentType] isEqualToString: @"Konqueror"]
&& [cc majorVersion] >= 4)
);