mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-20 06:03:20 +00:00
(fix) integrated latest OC changes
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#import <Foundation/NSValue.h>
|
||||
|
||||
#import <SOGo/SOGoSystemDefaults.h>
|
||||
#import <SOGo/SOGoProductLoader.h>
|
||||
|
||||
#import "SOGoTool.h"
|
||||
|
||||
@@ -242,6 +243,9 @@ main (int argc, char **argv, char **env)
|
||||
|
||||
pool = [NSAutoreleasePool new];
|
||||
|
||||
/* load products */
|
||||
[[SOGoProductLoader productLoader] loadAllProducts];
|
||||
|
||||
[SOGoSystemDefaults sharedSystemDefaults];
|
||||
setupUserDefaults ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user