This is an automated email from the git hooks/post-receive script. bmarc pushed a commit to branch master in repository playonlinux.
commit f4e86ef5f80603009718b177b8bb0bf465b87dce Author: Bertrand Marc <[email protected]> Date: Sun Aug 21 16:39:47 2011 +0000 fix x-terminal-emulator.diff --- debian/patches/x-terminal-emulator.diff | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/debian/patches/x-terminal-emulator.diff b/debian/patches/x-terminal-emulator.diff index df46f7f..1161937 100644 --- a/debian/patches/x-terminal-emulator.diff +++ b/debian/patches/x-terminal-emulator.diff @@ -35,3 +35,11 @@ self.Term = wx.ComboBox(self.panelGeneral, -1, value=default_terminal, choices=os.listdir(Variables.playonlinux_env+"/bash/terminals"), pos=(20,120),style=wx.CB_READONLY) self.buttonTestT = wx.Button(self.panelGeneral, 111, _("Test"), pos=(230,120), size=(80,27)) +--- a/bash/expert/PolShell ++++ b/bash/expert/PolShell +@@ -24,4 +24,4 @@ + fi + source "$PLAYONLINUX/lib/sources" + +-xterm -T "$APPLICATION_TITLE" -e "$PLAYONLINUX/bash/polshell" ++"$PLAYONLINUX/bash/terminals/$POL_TERM" "$PLAYONLINUX/bash/polshell" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/playonlinux.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

