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:
parent
3aa6246dfb
commit
c67fec4d9e
@ -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
|
||||
#
|
||||
|
@ -9,7 +9,6 @@ pkgdata_PYTHON = \
|
||||
__init__.py \
|
||||
buttons.py \
|
||||
expandcollapsearrow.py \
|
||||
grampswidgets.py \
|
||||
labels.py \
|
||||
linkbox.py \
|
||||
monitoredwidgets.py \
|
||||
|
Loading…
Reference in New Issue
Block a user