Skip to content

Commit

Permalink
Fix segfault when installing/downloading multiple games
Browse files Browse the repository at this point in the history
  • Loading branch information
tkashkin authored Jun 27, 2019
1 parent dbb655c commit a82e30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/dialogs/InstallDialog.vala
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ namespace GameHub.UI.Dialogs
if(installers.size > 1)
{
var row = installers_list.get_selected_row() as InstallerRow;
installer = row.installer;
if(row != null) installer = row.installer;
}
is_finished = true;
if(opts_list != null)
Expand Down

0 comments on commit a82e30a

Please sign in to comment.