#4241 Update dock badge count after removing download through web interface

This commit is contained in:
Mitchell Livingston
2011-06-19 03:52:54 +00:00
parent 62f594267a
commit 4d5ab8a4c5
4 changed files with 33 additions and 11 deletions

View File

@@ -342,7 +342,7 @@ typedef enum
[self setTab: nil];
}
- (void) swipeWithEvent:(NSEvent *) event
- (void) swipeWithEvent: (NSEvent *) event
{
if ([event deltaX] < 0.0)
[self setNextTab];