revert accidental change
svn path=/trunk/netsurf/; revision=9506
This commit is contained in:
parent
78834c0036
commit
768fea80aa
|
@ -2742,7 +2742,7 @@ void gui_window_set_status(struct gui_window *g, const char *text)
|
|||
|
||||
if((g->shared->status == NULL) || (strcmp(utf8text,g->shared->status)))
|
||||
{
|
||||
RefreshSetGadgetAttrs(g->shared->gadgets[GID_STATUS],
|
||||
SetGadgetAttrs(g->shared->gadgets[GID_STATUS],
|
||||
g->shared->win, NULL,
|
||||
GA_Text, utf8text,
|
||||
TAG_DONE);
|
||||
|
|
Loading…
Reference in New Issue