diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2013-09-04 19:43:38 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2013-09-04 19:43:38 +0000 |
| commit | cf51d307d069290f80dea5b5d4c7deb730e7b9ed (patch) | |
| tree | 06894c3cccf924aae0760d1db082a8df5dcf3162 | |
| parent | Allow EMF import from Wine apps on Linux (diff) | |
| download | inkscape-cf51d307d069290f80dea5b5d4c7deb730e7b9ed.tar.gz inkscape-cf51d307d069290f80dea5b5d4c7deb730e7b9ed.zip | |
Fix for Bug #1220758 (gears extention test broke make dist) by Ryan Lerch.
Fixed bugs:
- https://launchpad.net/bugs/1220758
(bzr r12501)
| -rw-r--r--[-rwxr-xr-x] | share/extensions/simplestyle.py | 0 | ||||
| -rw-r--r-- | share/extensions/test/Makefile.am | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/simplestyle.py b/share/extensions/simplestyle.py index 99b5938dd..99b5938dd 100755..100644 --- a/share/extensions/simplestyle.py +++ b/share/extensions/simplestyle.py diff --git a/share/extensions/test/Makefile.am b/share/extensions/test/Makefile.am index f7c59970f..9c3124351 100644 --- a/share/extensions/test/Makefile.am +++ b/share/extensions/test/Makefile.am @@ -20,7 +20,6 @@ EXTRA_DIST = \ foldablebox.test.py \ fractalize.test.py \ funcplot.test.py \ - gears.test.py \ gimp_xcf.test.py \ grid_cartesian.test.py \ grid_polar.test.py \ @@ -45,6 +44,7 @@ EXTRA_DIST = \ radiusrand.test.py \ render_alphabetsoup.test.py \ render_barcode.test.py \ + render_gears.test.py \ restack.test.py \ rtree.test.py \ run-all-extension-tests \ |
