Fix main window not receiving focus after leaving a file navigation dialog

This commit is contained in:
2014-04-14 20:35:30 -04:00
parent 441e0a5459
commit 121273bf57
5 changed files with 47 additions and 56 deletions

View File

@@ -665,13 +665,6 @@ void handle_file_menu(int item_hit)
do_save(0);
break;
case 3:
// if (in_startup_mode == true){
// try{
// FSSpec file = nav_put_party();
// save_party(file);
// } catch(no_file_chosen){}
// }
// else
do_save(1);
break;
case 4: