summaryrefslogtreecommitdiff
path: root/apps/gui/statusbar-skinned.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/statusbar-skinned.c')
-rw-r--r--apps/gui/statusbar-skinned.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/statusbar-skinned.c b/apps/gui/statusbar-skinned.c
index 179e69661a..0902950599 100644
--- a/apps/gui/statusbar-skinned.c
+++ b/apps/gui/statusbar-skinned.c
@@ -85,7 +85,7 @@ void sb_skin_data_load(enum screen_type screen, const char *buf, bool isfile)
85 success = false; 85 success = false;
86 } 86 }
87 /* hide this viewport, forever */ 87 /* hide this viewport, forever */
88 vp->hidden_flags = VP_NEVER_CLEAR; 88 vp->hidden_flags = VP_NEVER_VISIBLE;
89 } 89 }
90 90
91 if (!success && isfile) 91 if (!success && isfile)