GTK Port:

- Fix crash that occurs after the GTK file chooser is used to load a ROM. (Fixes bug #1486.)
This commit is contained in:
rogerman 2015-07-25 23:51:45 +00:00
parent 5a55349155
commit e9d6cc3611
1 changed files with 0 additions and 1 deletions

View File

@ -1363,7 +1363,6 @@ static void OpenNdsDialog()
gtk_recent_manager_add_full (manager, uri, &recentData);
g_free(uri);
g_free(recentData.app_name);
g_free(recentData.app_exec);
gtk_action_set_sensitive(gtk_action_group_get_action(action_group, "run"), TRUE);
Launch();