Fix 'make install' and 'make gramps.pot' problems arising from the recent

reorganisation of GrampsWidgets.py to the widgets package.


svn: r10717
This commit is contained in:
Zsolt Foldvari 2008-05-14 12:24:35 +00:00
parent 3aa6246dfb
commit c67fec4d9e
2 changed files with 8 additions and 3 deletions

View File

@ -25,7 +25,6 @@ src/GrampsCfg.py
src/GrampsDisplay.py
src/gramps_main.py
src/gramps.py
src/GrampsWidgets.py
src/ImgManip.py
src/ListModel.py
src/ManagedWindow.py
@ -171,6 +170,7 @@ src/DisplayTabs/__init__.py
# Editors package
src/Editors/AddMedia.py
src/Editors/ObjectEntries.py
src/Editors/_EditAddress.py
src/Editors/_EditAttribute.py
src/Editors/_EditChildRef.py
@ -194,7 +194,6 @@ src/Editors/_EditSecondary.py
src/Editors/_EditSource.py
src/Editors/_EditSourceRef.py
src/Editors/_EditUrl.py
src/Editors/_StyledTextBuffer.py
src/Editors/__init__.py
# GrampsDbUtils package
@ -658,6 +657,13 @@ src/FilterEditor/_EditFilter.py
src/FilterEditor/_EditRule.py
src/FilterEditor/_ShowResults.py
# widgets package
src/widgets/buttons.py
src/widgets/expandcollapsearrow.py
src/widgets/labels.py
src/widgets/styledtexteditor.py
src/widgets/validatedmaskedentry.py
#
# Glade files
#

View File

@ -9,7 +9,6 @@ pkgdata_PYTHON = \
__init__.py \
buttons.py \
expandcollapsearrow.py \
grampswidgets.py \
labels.py \
linkbox.py \
monitoredwidgets.py \