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 { ...@@ -22,12 +22,7 @@ Item {
} }
function attemptWindowClose() { function attemptWindowClose() {
try { mainWindowInner.item.attemptWindowClose()
mainWindowInner.item.attemptWindowClose()
}
finally {
controller.reallyClose()
}
} }
function showMessage(message) { 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