mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
not erasing clipboard when no links are selected
This commit is contained in:
parent
96a2f18571
commit
1447306d65
@ -1486,7 +1486,8 @@ void SearchDialog::copyResultLink()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
RSLinkClipboard::copyLinks(urls) ;
|
if(!urls.empty())
|
||||||
|
RSLinkClipboard::copyLinks(urls) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
void SearchDialog::sendLinkTo( )
|
void SearchDialog::sendLinkTo( )
|
||||||
|
Loading…
Reference in New Issue
Block a user