@ -19,7 +19,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>14</string>
<string>15</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
@ -359,6 +359,10 @@ static PreferencesWindowController *sharedPreferences = nil;
-(BOOL)tableView:(NSTableView *)tableView acceptDrop:(id<NSDraggingInfo>)info row:(NSInteger)row dropOperation:(NSTableViewDropOperation)dropOperation
{
if (row == self.selectedTimeZones.count) {
row--;
}
NSPasteboard *pBoard = [info draggingPasteboard];
NSData *data = [pBoard dataForType:@"public.text"];
@ -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 <Cocoa/Cocoa.h>