add widgets to src/gui/Makefile and po/POTFILES

svn: r13802
This commit is contained in:
Brian Matherly 2009-12-14 12:48:27 +00:00
parent 426691a2ac
commit 35a29e9ef5
2 changed files with 10 additions and 9 deletions

View File

@ -210,6 +210,14 @@ src/gui/views/treemodels/repomodel.py
src/gui/views/treemodels/sourcemodel.py
src/gui/views/treemodels/treebasemodel.py
# gui/widgets - the GUI widgets package
src/gui/widgets/buttons.py
src/gui/widgets/expandcollapsearrow.py
src/gui/widgets/labels.py
src/gui/widgets/menutoolbuttonaction.py
src/gui/widgets/styledtexteditor.py
src/gui/widgets/validatedmaskedentry.py
# Simple API
src/Simple/_SimpleTable.py
@ -830,14 +838,6 @@ 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/menutoolbuttonaction.py
src/widgets/styledtexteditor.py
src/widgets/validatedmaskedentry.py
#
# Glade files
#

View File

@ -4,7 +4,8 @@
# If not using GNU make, then list all .py files individually
SUBDIRS = \
views
views \
widgets
pkgdatadir = $(datadir)/@PACKAGE@/gui