[project @ 2004-11-03 17:57:39 by rjw]

Hotlist entries are correctly redrawn when renamed

svn path=/import/netsurf/; revision=1340
This commit is contained in:
Richard Wilson 2004-11-03 17:57:39 +00:00
parent b5d3538957
commit 2601897638

View File

@ -2541,7 +2541,9 @@ void ro_gui_hotlist_dialog_click(wimp_pointer *pointer) {
}
free(old_value);
}
hotlist_redraw_entry(entry, false); /* first for contracting size */
ro_gui_hotlist_update_entry_size(entry);
hotlist_redraw_entry(entry, false); /* then for expanding size */
}
/* Close if we should