mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-20 12:29:29 +00:00
Ensure sogo-tool loads all available products
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
#import <Foundation/NSValue.h>
|
||||
|
||||
#import <SOGo/SOGoSystemDefaults.h>
|
||||
#import <SOGo/SOGoProductLoader.h>
|
||||
|
||||
#import "SOGoTool.h"
|
||||
|
||||
@@ -245,6 +246,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