summaryrefslogtreecommitdiff
path: root/baserender.c
diff options
context:
space:
mode:
Diffstat (limited to 'baserender.c')
-rw-r--r--baserender.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/baserender.c b/baserender.c
index 0ab832a4..7b479517 100644
--- a/baserender.c
+++ b/baserender.c
@@ -125,6 +125,8 @@ void cFlatBaseRender::TopBarSetTitleExtra(cString extra1, cString extra2) {
}
void cFlatBaseRender::TopBarSetExtraIcon(cString icon) {
+ if( !strcmp(*icon, "") )
+ return;
topBarExtraIcon = icon;
topBarExtraIconSet = true;
topBarUpdateTitle = true;