This is an automated email from the git hooks/post-receive script. detiste-guest pushed a commit to branch master in repository game-data-packager.
commit 438a2dd0c7260166fbf8b7aa634d92fdba7118de Author: Alexandre Detiste <[email protected]> Date: Sat Mar 18 08:23:42 2017 +0100 gdp: fix weird indentation --- runtime/gdp-launcher.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/runtime/gdp-launcher.py b/runtime/gdp-launcher.py index 37a909b..4f1618e 100755 --- a/runtime/gdp-launcher.py +++ b/runtime/gdp-launcher.py @@ -249,10 +249,10 @@ class FullLauncher(Launcher): hexpand=True, vexpand=True, wrap_mode=Gtk.WrapMode.WORD, left_margin=6, right_margin=6) try: - self.text_view.set_bottom_margin(6) - self.text_view.set_top_margin(6) + self.text_view.set_bottom_margin(6) + self.text_view.set_top_margin(6) except: - logger.warn('You are using an old version of pygobject') + logger.warn('You are using an old version of pygobject') self.grid.attach(self.text_view, 1, 0, 1, 1) subgrid = Gtk.Grid(column_spacing=6, column_homogeneous=True, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

