From fd7979f01fd2044e19e35adba09d67cdf95fab45 Mon Sep 17 00:00:00 2001
From: Arthur Coolen <coolen@astron.nl>
Date: Mon, 28 Jan 2013 13:27:04 +0000
Subject: [PATCH] Task #4044: added temperature and humidity to mainscreen

---
 MAC/Navigator2/panels/main.pnl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAC/Navigator2/panels/main.pnl b/MAC/Navigator2/panels/main.pnl
index 21e134c6d4e..05aee3dd9b2 100644
--- a/MAC/Navigator2/panels/main.pnl
+++ b/MAC/Navigator2/panels/main.pnl
@@ -141,7 +141,7 @@ void redraw() {
   }
 
   if (dynlen(stationViewRefNames) > 0) {
-    stationViewRefNames();
+    clearStationViewRefNames();
   }
 
   addSWLevels();
-- 
GitLab