[game-data-packager] 04/11: Launcher: fix message when engines are not found

Simon McVittie smcv at debian.org
Fri Oct 14 00:13:38 UTC 2016


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch master
in repository game-data-packager.

commit 0113a01f487f80269a3ce4ae0cadae635516e898
Author: Simon McVittie <smcv at debian.org>
Date:   Thu Oct 13 23:48:54 2016 +0100

    Launcher: fix message when engines are not found
---
 runtime/launcher.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runtime/launcher.py b/runtime/launcher.py
index 267ed0a..5ac9c8d 100755
--- a/runtime/launcher.py
+++ b/runtime/launcher.py
@@ -366,7 +366,7 @@ class Launcher:
                         '\n'.join(
                             [self.load_text('missing-engine.txt',
                                 'Game engine missing, tried:')] +
-                            [expand(e) for e in engines]))
+                            [expand(e) for e in self.engines]))
                 gui.window.show_all()
                 gui.check_box.hide()
                 Gtk.main()

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git



More information about the Pkg-games-commits mailing list