mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -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
@ -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…
Reference in New Issue
Block a user