call toolbar_exit()
svn path=/trunk/netsurf/; revision=13861
This commit is contained in:
parent
d3bd388218
commit
a17fc5da76
|
@ -821,6 +821,7 @@ void gui_quit(void)
|
|||
}
|
||||
|
||||
hotlist_destroy();
|
||||
toolbar_exit();
|
||||
|
||||
urldb_save_cookies(nsoption_charp(cookie_file));
|
||||
urldb_save(nsoption_charp(url_file));
|
||||
|
|
|
@ -29,7 +29,6 @@ struct point_s {
|
|||
typedef struct point_s POINT;
|
||||
|
||||
#define MFORM_EX_FLAG_USERFORM 0x01
|
||||
#define MFORM_EX_FLAG_REDRAW_REQUIRED 0x02
|
||||
|
||||
struct mform_ex_s
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue