Fix a variety of issues with incorrect / unexpected / unfriendly first responder...
[enjoyable.git] / ApplicationController.m
index 6a34916..dd38323 100644 (file)
@@ -63,6 +63,7 @@
         [dockMenuBase removeItemAtIndex:dockMenuBase.numberOfItems - 1];
     for (Config *config in self.configsController.configs)
         [dockMenuBase addItemWithTitle:config.name action:@selector(chooseConfig:) keyEquivalent:@""];
+    [_targetController refreshConfigs];
     [self configChanged];
 }