call toolbar_exit()

svn path=/trunk/netsurf/; revision=13861
This commit is contained in:
Ole Loots 2012-04-12 20:20:58 +00:00
parent d3bd388218
commit a17fc5da76
2 changed files with 1 additions and 1 deletions

View File

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

View 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
{