[102780] contrib/Pallet/MPQueueTableView.m
ryandesign at macports.org
ryandesign at macports.org
Thu Feb 7 20:47:12 PST 2013
Revision: 102780
https://trac.macports.org/changeset/102780
Author: ryandesign at macports.org
Date: 2013-02-07 20:47:12 -0800 (Thu, 07 Feb 2013)
Log Message:
-----------
Pallet: reword an NSLog message (#37974)
Modified Paths:
--------------
contrib/Pallet/MPQueueTableView.m
Modified: contrib/Pallet/MPQueueTableView.m
===================================================================
--- contrib/Pallet/MPQueueTableView.m 2013-02-08 04:41:14 UTC (rev 102779)
+++ contrib/Pallet/MPQueueTableView.m 2013-02-08 04:47:12 UTC (rev 102780)
@@ -15,7 +15,7 @@
-(void)keyDown:(NSEvent *)theEvent {
if ([[theEvent characters] characterAtIndex:0] == NSDeleteCharacter || [[theEvent characters] characterAtIndex:0] == NSBackspaceCharacter)
{
- NSLog(@"Deleting our shit");
+ NSLog(@"Deleting a queue entry");
NSLog(@"Selection: %i", [queue selectionIndex]);
if([queue selectionIndex]>=0) [queue removeObjectAtArrangedObjectIndex:[queue selectionIndex]];
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130207/db55c369/attachment.html>
More information about the macports-changes
mailing list