From e859c788c1dcc99cce7ae11b72fcd6f0253e393b Mon Sep 17 00:00:00 2001 From: pschifferer Date: Fri, 23 Jan 2009 04:51:36 +0000 Subject: [PATCH] Fixed an issue with the process and clear buttons not being properly disabled when the queue is cleared. --- CauldronMain.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/CauldronMain.xml b/CauldronMain.xml index 310ee6b..de4ef23 100644 --- a/CauldronMain.xml +++ b/CauldronMain.xml @@ -1353,6 +1353,7 @@ CauldronQueue:ClearQueue(Cauldron:GetQueue()); Cauldron:UpdateQueue(); + Cauldron:UpdateButtons(); -- 1.7.9.5