1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-18 20:34:39 +01:00

Possibly fix crash on device disconnect.

This commit is contained in:
John Maguire 2010-07-24 20:31:09 +00:00
parent de2eb79d3c
commit ad5c51f3d5

View File

@ -460,8 +460,8 @@ void DeviceManager::Disconnect(int row) {
return;
info.device_.reset();
emit dataChanged(index(row), index(row));
emit DeviceDisconnected(row);
emit dataChanged(index(row), index(row));
}
void DeviceManager::Forget(int row) {