mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
(trunk) hopefull fix #2354 - end editing of the tracker table before attempting torrent creation
This commit is contained in:
@@ -223,6 +223,10 @@
|
||||
|
||||
- (void) create: (id) sender
|
||||
{
|
||||
//make sure the trackers are no longer being verified
|
||||
if ([fTrackerTable editedRow] != -1)
|
||||
[[self window] endEditingFor: fTrackerTable];
|
||||
|
||||
if ([fTrackers count] == 0 && [fDefaults boolForKey: @"WarningCreatorBlankAddress"])
|
||||
{
|
||||
NSAlert * alert = [[NSAlert alloc] init];
|
||||
|
||||
Reference in New Issue
Block a user