mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 15:59:42 +01:00
* Huh, our up- & download images have been reversed.
This commit is contained in:
parent
c2388829bc
commit
f923716628
@ -85,9 +85,9 @@ TransferStatusItem::icon() const
|
||||
return QPixmap();
|
||||
|
||||
if ( m_stream.data()->type() == StreamConnection::SENDING )
|
||||
return m_parent->rxPixmap();
|
||||
else
|
||||
return m_parent->txPixmap();
|
||||
else
|
||||
return m_parent->rxPixmap();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user