aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/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/misc/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/misc/Makefile.am')
-rw-r--r--widgets/misc/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/widgets/misc/Makefile.am b/widgets/misc/Makefile.am
index 4076249f19..05a5967b7f 100644
--- a/widgets/misc/Makefile.am
+++ b/widgets/misc/Makefile.am
@@ -46,7 +46,6 @@ widgetsinclude_HEADERS = \
e-paned.h \
e-picture-gallery.h \
e-popup-action.h \
- e-popup-menu.h \
e-port-entry.h \
e-preferences-window.h \
e-preview-pane.h \
@@ -126,7 +125,6 @@ libemiscwidgets_la_SOURCES = \
e-paned.c \
e-picture-gallery.c \
e-popup-action.c \
- e-popup-menu.c \
e-port-entry.c \
e-preferences-window.c \
e-preview-pane.c \