diff --git a/Clocker.xcodeproj/project.xcworkspace/xcuserdata/abhishekbanthia.xcuserdatad/UserInterfaceState.xcuserstate b/Clocker.xcodeproj/project.xcworkspace/xcuserdata/abhishekbanthia.xcuserdatad/UserInterfaceState.xcuserstate index d9b39d8..ddbaae6 100644 Binary files a/Clocker.xcodeproj/project.xcworkspace/xcuserdata/abhishekbanthia.xcuserdatad/UserInterfaceState.xcuserstate and b/Clocker.xcodeproj/project.xcworkspace/xcuserdata/abhishekbanthia.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Clocker/Clocker-Info.plist b/Clocker/Clocker-Info.plist index 73a1e64..e751376 100755 --- a/Clocker/Clocker-Info.plist +++ b/Clocker/Clocker-Info.plist @@ -19,7 +19,7 @@ CFBundleSignature ???? CFBundleVersion - 14 + 15 Fabric APIKey diff --git a/Clocker/PreferencesWindowController.m b/Clocker/PreferencesWindowController.m index 2dee702..d61821c 100644 --- a/Clocker/PreferencesWindowController.m +++ b/Clocker/PreferencesWindowController.m @@ -359,6 +359,10 @@ static PreferencesWindowController *sharedPreferences = nil; -(BOOL)tableView:(NSTableView *)tableView acceptDrop:(id)info row:(NSInteger)row dropOperation:(NSTableViewDropOperation)dropOperation { + if (row == self.selectedTimeZones.count) { + row--; + } + NSPasteboard *pBoard = [info draggingPasteboard]; NSData *data = [pBoard dataForType:@"public.text"]; diff --git a/Clocker/main.m b/Clocker/main.m index 9a29e3e..4361f83 100755 --- a/Clocker/main.m +++ b/Clocker/main.m @@ -2,8 +2,8 @@ // main.m // Clocker // -// Created by Vadim Shpakovski on 7/5/11. -// Copyright 2011 __MyCompanyName__. All rights reserved. +// Created by Abhishek Banthia. +// Copyright 2015. All rights reserved. // #import