Skip to content

Commit

Permalink
fixes for old versions fixed #10
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoit committed May 26, 2016
1 parent d4f45e6 commit 20e4925
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,8 @@ tk-py3:
tk-py2:
python2 demo.pyw

ms-win:
git stash
sed -i 's/(icon_name=/.new_from_stock(/' src/*.py
touch mswin
cd src; make

restore: mswin
rm mswin
git reset --hard HEAD
cd src; make
old-gtk-fixes:
sed -i 'd/self.textview.set_.*_margin/' src/ui/view.py
# sed -i 's/(icon_name=/.new_from_stock(/' src/*.py
# touch mswin
# cd src; make

0 comments on commit 20e4925

Please sign in to comment.