summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--status.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/status.c b/status.c
index 4b7a4b9..a8cc2a0 100644
--- a/status.c
+++ b/status.c
@@ -1,5 +1,5 @@
/*
- * $Id: status.c,v 1.8 2005/01/25 15:15:53 lordjaxom Exp $
+ * $Id: status.c,v 1.9 2005/01/31 14:40:55 lordjaxom Exp $
*/
#include "status.h"
@@ -96,8 +96,9 @@ void cText2SkinStatus::Recording(const cDevice *Device, const char *Name)
}
if (mRender != NULL) {
- mRender->UpdateUnlock();
+ Dprintf("\nFlushing from cStatus\n\n");
mRender->Flush(true);
+ mRender->UpdateUnlock();
}
}