mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-14 04:51:53 +02:00
* Fixed TranserView crash.
This commit is contained in:
parent
0d42e71777
commit
2f9bf21cc2
@ -55,7 +55,7 @@ void
|
||||
TransferView::onTransferUpdate()
|
||||
{
|
||||
FileTransferConnection* ftc = (FileTransferConnection*)sender();
|
||||
if ( ftc->track().isNull() )
|
||||
if ( ftc->track().isNull() || ftc->source().isNull() )
|
||||
return;
|
||||
|
||||
QTreeWidgetItem* ti = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user