]> granicus.if.org Git - transmission/commitdiff
(trunk) "Tier name" in the inspector is editable by double clicking it
authorMitchell Livingston <livings124@transmissionbt.com>
Wed, 12 Oct 2011 03:35:55 +0000 (03:35 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Wed, 12 Oct 2011 03:35:55 +0000 (03:35 +0000)
macosx/InfoTrackersViewController.m

index 3701d5ebabb6e09a4611b3fcfd6dafad5d7459e0..fa5e5943324191f97a2debdffa04dbcf97a4fc29 100644 (file)
         return [tableView rowHeight];
 }
 
+- (BOOL)tableView:(NSTableView *)aTableView shouldEditTableColumn:(NSTableColumn *)aTableColumn row:(NSInteger)rowIndex
+{
+    return NO;
+}
+
 - (void) tableViewSelectionDidChange: (NSNotification *) notification
 {
     [fTrackerAddRemoveControl setEnabled: [fTrackerTable numberOfSelectedRows] > 0 forSegment: TRACKER_REMOVE_TAG];