Sfoglia il codice sorgente

Initialize userGlobalEntries in -[FLEXManager init]

Ryan Olson 12 anni fa
parent
commit
dc5b5b1371
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      Classes/Explorer Toolbar/FLEXManager.m

+ 2 - 0
Classes/Explorer Toolbar/FLEXManager.m

@@ -41,6 +41,8 @@
         self.explorerWindow = [[FLEXWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
         self.explorerWindow.eventDelegate = self;
         
+        _userGlobalEntries = [[NSMutableArray alloc] init];
+        
         self.explorerViewController = [[FLEXExplorerViewController alloc] init];
         self.explorerViewController.delegate = self;
         self.explorerWindow.rootViewController = self.explorerViewController;