]> git.siccegge.de Git - frida/frida.git/commitdiff
Handle cancel on InterpreterMenu
authorChristoph Egger <christoph@anonymous.siccegge.de>
Fri, 15 May 2015 23:25:20 +0000 (01:25 +0200)
committerChristoph Egger <christoph@anonymous.siccegge.de>
Fri, 15 May 2015 23:25:20 +0000 (01:25 +0200)
getOpenFileName() will return a Null-QString on cancel. Feeding that
filename to guile will die (reasonably) with an exception. Instead, we
now just exit from the handler in the gui if the Null-QString is
returned

Closes T33


No differences found