show url in echo area when it changes
This commit is contained in:
parent
055e8b792f
commit
bc17c3af6c
@ -190,9 +190,6 @@
|
|||||||
:widget box
|
:widget box
|
||||||
: prompt
|
: prompt
|
||||||
: frame
|
: frame
|
||||||
:set-inactive-text (fn [self text]
|
|
||||||
(when (not self.state.active)
|
|
||||||
(tset entry :text text)))
|
|
||||||
:completions-widget completions
|
:completions-widget completions
|
||||||
}]
|
}]
|
||||||
(hbox:pack_start prompt false false 15)
|
(hbox:pack_start prompt false false 15)
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
:estimated-load-progress
|
:estimated-load-progress
|
||||||
(tset progress-bar :fraction value)
|
(tset progress-bar :fraction value)
|
||||||
:uri
|
:uri
|
||||||
(commander:set-inactive-text value)
|
(tset echo-area :label value)
|
||||||
n
|
n
|
||||||
(comment (print "prop change" n value))))]
|
(comment (print "prop change" n value))))]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user