diff --git a/Info.plist b/Info.plist index 6c056cfc..87aa5254 100644 --- a/Info.plist +++ b/Info.plist @@ -21,7 +21,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.33 + 1.34 CFBundleSignature TLUm CFBundleURLTypes @@ -38,7 +38,7 @@ CFBundleVersion - 1.33 + 1.34 LSMinimumSystemVersion 10.6.8 NSAppTransportSecurity diff --git a/TLMMainWindowController.m b/TLMMainWindowController.m index 1b8ec854..c35ad294 100644 --- a/TLMMainWindowController.m +++ b/TLMMainWindowController.m @@ -1429,6 +1429,7 @@ - (void)_handleLaunchAgentInstallFinishedNotification:(NSNotification *)aNote [[NSNotificationCenter defaultCenter] removeObserver:self name:TLMOperationFinishedNotification object:op]; if ([op isCancelled] == NO) TLMLog(__func__, @"Finished running launchd agent installer script"); +#warning update status? [[[self window] toolbar] validateVisibleItems]; }