diff --git a/po/POTFILES.in b/po/POTFILES.in index dd1a2db3a..bf1888aae 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -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 # diff --git a/src/widgets/Makefile.am b/src/widgets/Makefile.am index 1be279555..889f5d33d 100644 --- a/src/widgets/Makefile.am +++ b/src/widgets/Makefile.am @@ -9,7 +9,6 @@ pkgdata_PYTHON = \ __init__.py \ buttons.py \ expandcollapsearrow.py \ - grampswidgets.py \ labels.py \ linkbox.py \ monitoredwidgets.py \