summaryrefslogtreecommitdiff
path: root/src/gui/save/ServerSaveActivity.cpp
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2013-06-09 04:01:53 (GMT)
committer jacob1 <jfu614@gmail.com>2013-06-09 04:01:53 (GMT)
commite13fb83ee02f60113ca8018bf37729f7a2522941 (patch)
tree3c4249d394c52452e21538d54d4aa1464a1c3a97 /src/gui/save/ServerSaveActivity.cpp
parent16cb95de641e2a28a40599f4b6c21336b78f7287 (diff)
downloadpowder-e13fb83ee02f60113ca8018bf37729f7a2522941.zip
powder-e13fb83ee02f60113ca8018bf37729f7a2522941.tar.gz
SaveID Message after saving a save to the server (like the old tpt did). TODO: Put a similar button in the save preview instead of the two we have now.
Diffstat (limited to 'src/gui/save/ServerSaveActivity.cpp')
-rw-r--r--src/gui/save/ServerSaveActivity.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/save/ServerSaveActivity.cpp b/src/gui/save/ServerSaveActivity.cpp
index 8b519b8..1cc3080 100644
--- a/src/gui/save/ServerSaveActivity.cpp
+++ b/src/gui/save/ServerSaveActivity.cpp
@@ -5,6 +5,7 @@
#include "gui/interface/Checkbox.h"
#include "client/requestbroker/RequestBroker.h"
#include "gui/dialogues/ErrorMessage.h"
+#include "gui/dialogues/SaveIDMessage.h"
#include "gui/dialogues/ConfirmPrompt.h"
#include "gui/dialogues/InformationMessage.h"
#include "client/Client.h"
@@ -255,6 +256,7 @@ void ServerSaveActivity::saveUpload()
}
else if(callback)
{
+ new SaveIDMessage(save.GetID());
callback->SaveUploaded(save);
}
}