mirror of
https://github.com/rkd77/elinks.git
synced 2025-06-30 22:19:29 -04:00
Should be visible not location.
This commit is contained in:
parent
c33d195ff4
commit
86bc6a534b
@ -121,7 +121,7 @@ static void
|
|||||||
unibar_put(struct SEE_interpreter *interp, struct SEE_object *o,
|
unibar_put(struct SEE_interpreter *interp, struct SEE_object *o,
|
||||||
struct SEE_string *p, struct SEE_value *val, int attr)
|
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 global_object *g = (struct global_object *)interp;
|
||||||
struct view_state *vs = g->win->vs;
|
struct view_state *vs = g->win->vs;
|
||||||
struct document_view *doc_view = vs->doc_view;
|
struct document_view *doc_view = vs->doc_view;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user