mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-02 13:46:23 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user