mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-17 05:22:31 -04:00
bugfix - right click on local shared list won't abort the app
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1336 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
e9a2c24ab1
commit
0526f5db3a
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ AddFileAssotiationDialog::cleanFileType(QString ft)
|
|||
}
|
||||
|
||||
//-- also, if filename still is not prepended with dot, do it
|
||||
if ( (result.at(0)!='.')&&(! result.isEmpty()) )
|
||||
if ((!result.isEmpty()) && (result.at(0)!='.'))
|
||||
result.prepend('.');
|
||||
|
||||
//-- that's all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue