Combos work now, fix popup placement, move burn image gui stuff into its own file.

This commit is contained in:
Jaime Thomas
2008-12-21 03:52:57 +00:00
parent 9db32952a6
commit 6101e38169
11 changed files with 138 additions and 277 deletions

View File

@@ -292,7 +292,7 @@ ecdb_burn_finished(void *data, int type, void *event)
}
FREE(proj);
ecdb_gui_burn_image_cleanup();
ecdb_burn_image_cleanup();
return TRUE;
}