Ensure sogo-tool loads all available products

This commit is contained in:
Carlos Pérez-Aradros Herce
2016-02-23 15:01:13 +01:00
parent 36d257e1c7
commit 9784995d41

View File

@@ -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 ();