From: Christoph Egger Date: Fri, 15 May 2015 23:25:20 +0000 (+0200) Subject: Handle cancel on InterpreterMenu X-Git-Tag: v0.2~30 X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=commitdiff_plain;h=85d67be4869bd6a274e009af63fc6955c5e6d37a;hp=85d67be4869bd6a274e009af63fc6955c5e6d37a Handle cancel on InterpreterMenu 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 ---