commit | 3f0645c79dce62df5c1a75c3959c816a9a10b809 | [log] [tgz] |
---|---|---|
author | Jeremy White <jwhite@winehq.org> | Mon Feb 09 13:02:32 2009 -0600 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Feb 10 12:56:29 2009 +0100 |
tree | 2c26af4bd52e621f32ce4863e5b8af65fca331eb | |
parent | 0cab16c647f79c07f593d43c4c0b36f45177986c [diff] |
sane.ds: Indicate that we used a modal dialog.
diff --git a/dlls/sane.ds/ds_ctrl.c b/dlls/sane.ds/ds_ctrl.c index 2b90e9f..b0867cf 100644 --- a/dlls/sane.ds/ds_ctrl.c +++ b/dlls/sane.ds/ds_ctrl.c
@@ -582,6 +582,7 @@ activeDS.currentState = 5; /* Transitions to state 5 */ FIXME("showing UI\n"); rc = DoScannerUI(); + pUserInterface->ModalUI = TRUE; if (!rc) { if (activeDS.windowMessage)