Fix the new prefs hook

This commit is contained in:
Chris Young 2013-06-01 15:18:09 +01:00
parent 8179e51a75
commit 173bfe3d3d
1 changed files with 1 additions and 2 deletions

View File

@ -674,8 +674,7 @@ void gui_init(int argc, char** argv)
static void ami_gui_newprefs_hook(struct Hook *hook, APTR window, APTR reserved)
{
gui_system_colour_finalize();
gui_system_colour_init();
ami_set_screen_defaults(scrn);
}
void ami_openscreen(void)