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:
parent
f4439ee4bf
commit
05c82e2a40
1 changed files with 0 additions and 3 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Reference in a new issue