2008-01-16 Douglas S. Blank <dblank@cs.brynmawr.edu>

* src/plugins/Makefile.am (pkgdata_PYTHON): missing backslash



svn: r9846
This commit is contained in:
Doug Blank 2008-01-16 13:57:01 +00:00
parent 5b4817a716
commit c49e80c554
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2008-01-16 Douglas S. Blank <dblank@cs.brynmawr.edu>
* src/plugins/Makefile.am (pkgdata_PYTHON): missing backslash
2008-01-16 Martin Hawlisch <martin@hawlisch.de>
* src/DataViews/PersonView.py,
* src/PageView.py: Use save instead of open in the csv export file chooser

View File

@ -85,7 +85,7 @@ pkgdata_PYTHON = \
Summary.py\
TimeLine.py\
Verify.py\
WebCal.py
WebCal.py\
WriteFtree.py\
WriteGeneWeb.py\
WritePkg.py\