1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-24 00:34:04 +00:00

undo the last commit....it wasn't accurate

This commit is contained in:
Mitchell Livingston 2007-07-04 19:46:28 +00:00
parent f4439ee4bf
commit 05c82e2a40

View file

@ -173,9 +173,6 @@
//update dock badge
if (baseChange || fSpeedBadge || speedChange)
{
//copy to avoid badge not being cleared
if (!dockIcon)
dockIcon = [fDockIcon copy];
[NSApp setApplicationIconImage: dockIcon];
[dockIcon release];