summaryrefslogtreecommitdiff
path: root/src/gui/updatewindow.h
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2006-09-21 12:08:32 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2006-09-21 12:08:32 +0000
commit592ce6b7d0a79f30f6741d30e2f473f74c882a48 (patch)
treeb0565035b42a120960e6fc667cf9f3521893f886 /src/gui/updatewindow.h
parentedc8acb22df82a5cec4cd5ffac0f81be053c6ec5 (diff)
downloadMana-592ce6b7d0a79f30f6741d30e2f473f74c882a48.tar.gz
Mana-592ce6b7d0a79f30f6741d30e2f473f74c882a48.tar.bz2
Mana-592ce6b7d0a79f30f6741d30e2f473f74c882a48.tar.xz
Mana-592ce6b7d0a79f30f6741d30e2f473f74c882a48.zip
Made canceling the update process non-blocking (Patch by VictorSan)
Diffstat (limited to 'src/gui/updatewindow.h')
-rw-r--r--src/gui/updatewindow.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/updatewindow.h b/src/gui/updatewindow.h
index 8a168be8..5016036d 100644
--- a/src/gui/updatewindow.h
+++ b/src/gui/updatewindow.h
@@ -162,6 +162,11 @@ class UpdaterWindow : public Window, public gcn::ActionListener
bool mDownloadComplete;
/**
+ * Flag that show if the user has canceled the update
+ */
+ bool mUserCancel;
+
+ /**
* Byte count currently downloaded in mMemoryBuffer.
*/
int mDownloadedBytes;