From 42a642bbbfb439c3c668389923c6b6d803e809ab Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Wed, 4 Jul 2007 17:12:09 +0000 Subject: [PATCH] get the drag overlay working again....silly rabbit --- macosx/DragOverlayWindow.m | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/macosx/DragOverlayWindow.m b/macosx/DragOverlayWindow.m index cbff7cea7..299d95b6a 100644 --- a/macosx/DragOverlayWindow.m +++ b/macosx/DragOverlayWindow.m @@ -86,7 +86,7 @@ while ((file = [enumerator nextObject])) { if (tr_torrentParse(fLib, [file UTF8String], NULL, &info) == TR_OK) - { + {NSLog(@"asdgas"); count++; size += info.totalSize; fileCount += info.fileCount; @@ -125,6 +125,7 @@ secondString = [secondString stringByAppendingString: @" Total"]; } + [[self contentView] setOverlay: icon mainLine: name subLine: secondString]; [self fadeIn]; } @@ -132,7 +133,6 @@ { [[self contentView] setOverlay: [NSImage imageNamed: @"CreateLarge.png"] mainLine: NSLocalizedString(@"Create a Torrent File", "Drag overlay -> file") subLine: file]; - [self fadeIn]; } @@ -141,7 +141,6 @@ { [[self contentView] setOverlay: [NSImage imageNamed: @"Globe.png"] mainLine: NSLocalizedString(@"Web Address", "Drag overlay -> url") subLine: url]; - [self fadeIn]; }