summaryrefslogtreecommitdiff
path: root/statusheader.c
diff options
context:
space:
mode:
Diffstat (limited to 'statusheader.c')
-rw-r--r--statusheader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/statusheader.c b/statusheader.c
index 62de300..551c94a 100644
--- a/statusheader.c
+++ b/statusheader.c
@@ -63,7 +63,7 @@ void cStatusHeader::DrawInfoText(cGridElement *grid) {
pixmapText->Fill(clrTransparent);
int x = border;
int y = border;
- if (!grid->isDummy()) {
+ if (!grid->IsDummy()) {
const cEvent *event = grid->GetEvent();
int newX = DrawPoster(event, x, y, height-2*border, border);
if (newX > 0) {