Revision 54fd5c36 Classes/OpenStackAppDelegate.m

b/Classes/OpenStackAppDelegate.m
66 66
        [userDefaults setValue:@"all" forKey:@"api_logging_level"];
67 67
    }
68 68
    
69
    if (![userDefaults stringForKey:@"aboutURL"]) {
70
        [userDefaults setValue:@"https://plus.pithos.grnet.gr" forKey:@"aboutURL"];
71
    }
72
    
73 69
    self.cachedObjectsDictionary = [userDefaults objectForKey:@"cachedObjectsDictionary"];
74 70
    if (!cachedObjectsDictionary) {
75 71
        self.cachedObjectsDictionary = [NSMutableDictionary dictionary];

Also available in: Unified diff