Quantcast

Fixed an issue with the process and clear buttons not being properly disabled when the queue is cleared.

pschifferer [01-23-09 - 04:51]
Fixed an issue with the process and clear buttons not being properly disabled when the queue is cleared.
Filename
CauldronMain.xml
diff --git a/CauldronMain.xml b/CauldronMain.xml
index 310ee6b..de4ef23 100644
--- a/CauldronMain.xml
+++ b/CauldronMain.xml
@@ -1353,6 +1353,7 @@
 							<OnClick>
 								CauldronQueue:ClearQueue(Cauldron:GetQueue());
 								Cauldron:UpdateQueue();
+								Cauldron:UpdateButtons();
 							</OnClick>
                         </Scripts>
                     </Button>