1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-29 03:17:53 -04:00

Should be visible not location.

This commit is contained in:
Witold Filipczyk 2006-09-26 19:40:59 +02:00 committed by Witold Filipczyk
parent c33d195ff4
commit 86bc6a534b

View File

@ -121,7 +121,7 @@ static void
unibar_put(struct SEE_interpreter *interp, struct SEE_object *o,
struct SEE_string *p, struct SEE_value *val, int attr)
{
if (p == s_location) {
if (p == s_visible) {
struct global_object *g = (struct global_object *)interp;
struct view_state *vs = g->win->vs;
struct document_view *doc_view = vs->doc_view;