Specify argument names for installer dialog

This commit is contained in:
Mathieu Comandon 2017-04-14 07:55:35 -07:00
parent f0d6563067
commit d039e203eb

View file

@ -527,7 +527,7 @@ class LutrisWindow(Gtk.ApplicationWindow):
else:
game_slug = self.running_game.slug
self.running_game = None
InstallerDialog(game_slug, self)
InstallerDialog(game_slug=game_slug, parent=self)
@GtkTemplate.Callback
def on_game_stop(self, *args):