aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/Makefile.am
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-06-01 21:07:50 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:42:22 +0800
commitd6a1733667e7aa0b9d7c5e03d606f13fddf42f84 (patch)
treed1d9c635bf43af460cab23203eb214fb1862e702 /widgets/table/Makefile.am
parent8154b46b3f9b78227253cf0565f55aebbe6715e0 (diff)
downloadgsoc2013-evolution-d6a1733667e7aa0b9d7c5e03d606f13fddf42f84.tar
gsoc2013-evolution-d6a1733667e7aa0b9d7c5e03d606f13fddf42f84.tar.gz
gsoc2013-evolution-d6a1733667e7aa0b9d7c5e03d606f13fddf42f84.tar.bz2
gsoc2013-evolution-d6a1733667e7aa0b9d7c5e03d606f13fddf42f84.tar.lz
gsoc2013-evolution-d6a1733667e7aa0b9d7c5e03d606f13fddf42f84.tar.xz
gsoc2013-evolution-d6a1733667e7aa0b9d7c5e03d606f13fddf42f84.tar.zst
gsoc2013-evolution-d6a1733667e7aa0b9d7c5e03d606f13fddf42f84.zip
Move EPopupMenu to /widgets/table.
ETableHeaderItem is the last user of EPopupMenu. Move it to /widgets/table to discourage further use and strip out unused features. The functionality it provides has long since been superseded by GtkUIManager and GtkAction.
Diffstat (limited to 'widgets/table/Makefile.am')
-rw-r--r--widgets/table/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/table/Makefile.am b/widgets/table/Makefile.am
index 2764c96c81..0ae1e2b7e9 100644
--- a/widgets/table/Makefile.am
+++ b/widgets/table/Makefile.am
@@ -29,6 +29,7 @@ libetable_la_SOURCES = \
e-cell-tree.c \
e-cell-vbox.c \
e-cell-hbox.c \
+ e-popup-menu.c \
e-table-click-to-add.c \
e-table-col.c \
e-table-column-specification.c \
@@ -104,6 +105,7 @@ libetableinclude_HEADERS = \
e-cell-tree.h \
e-cell-vbox.h \
e-cell-hbox.h \
+ e-popup-menu.h \
e-table-click-to-add.h \
e-table-col-dnd.h \
e-table-col.h \