aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDatabaseDocument.m
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-12-06 08:58:38 +0000
committerBibiko <bibiko@eva.mpg.de>2010-12-06 08:58:38 +0000
commitdbbcc4144a7abef479ae9982563ed3a1cbdb725c (patch)
treedada74139078c8eaf3f33875993a73b4317b5e4d /Source/SPDatabaseDocument.m
parent3de284fa904c295f306ec047fc29289399424836 (diff)
downloadsequelpro-dbbcc4144a7abef479ae9982563ed3a1cbdb725c.tar.gz
sequelpro-dbbcc4144a7abef479ae9982563ed3a1cbdb725c.tar.bz2
sequelpro-dbbcc4144a7abef479ae9982563ed3a1cbdb725c.zip
• finished implementation of SPChooseMenuItemDialog
• simplified bundle command handling and handling for bundle commands which have the same key equivalent to be able to group similar bundle commands • minor code improvements
Diffstat (limited to 'Source/SPDatabaseDocument.m')
-rw-r--r--Source/SPDatabaseDocument.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPDatabaseDocument.m b/Source/SPDatabaseDocument.m
index 9f14c3ed..cc5185ac 100644
--- a/Source/SPDatabaseDocument.m
+++ b/Source/SPDatabaseDocument.m
@@ -4773,6 +4773,7 @@
- (void)registerActivity:(NSDictionary*)commandDict
{
[runningActivitiesArray addObject:commandDict];
+ [[NSNotificationCenter defaultCenter] postNotificationOnMainThreadWithName:SPActivitiesUpdateNotification object:nil];
}
- (void)removeRegisteredActivity:(NSInteger)pid
@@ -4783,6 +4784,7 @@
break;
}
}
+ [[NSNotificationCenter defaultCenter] postNotificationOnMainThreadWithName:SPActivitiesUpdateNotification object:nil];
}
- (NSArray*)runningActivities