mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +02:00
* Fixed TranserView crash.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user