Commit 0638c885 authored by DonLakeFlyer's avatar DonLakeFlyer

Back out bad pull

Try/Finally causes window to close all the time
parent 23a1c919
......@@ -22,12 +22,7 @@ Item {
}
function attemptWindowClose() {
try {
mainWindowInner.item.attemptWindowClose()
}
finally {
controller.reallyClose()
}
mainWindowInner.item.attemptWindowClose()
}
function showMessage(message) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment