Don't automatically close the GUI on error.
authorIain Patterson <me@iain.cx>
Fri, 15 Nov 2013 15:48:56 +0000 (15:48 +0000)
committerIain Patterson <me@iain.cx>
Fri, 15 Nov 2013 16:10:41 +0000 (16:10 +0000)
commit961ffcf2e9dba8795ad9019124822d9288442b6f
tree4239cae8cf64625dd9ee329eb580dbc8b089d5f0
parenta3ad2151ad143eb587958e61a93d2de405d490df
Don't automatically close the GUI on error.

If a parameter in the GUI was missing or invalid we were closing the
dialogue and forcing the user to relaunch the installer/remover.
Instead we now loop until the service has successfully been
installed/removed or the user cancelled the operation.
gui.cpp