revert accidental change

svn path=/trunk/netsurf/; revision=9506
This commit is contained in:
Chris Young 2009-08-30 10:22:26 +00:00
parent 78834c0036
commit 768fea80aa
1 changed files with 1 additions and 1 deletions

View File

@ -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);