diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-06-01 21:07:50 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-06-01 21:24:39 +0800 |
commit | 03320071af0ec6c676df56508bfca2ec03794070 (patch) | |
tree | 4ed25f6084f445bc893f58cdf265373f25ed0bff /widgets/misc/Makefile.am | |
parent | 15e3850a5b8af68b3343578607b067b449c0a8cc (diff) | |
download | gsoc2013-evolution-03320071af0ec6c676df56508bfca2ec03794070.tar.gz gsoc2013-evolution-03320071af0ec6c676df56508bfca2ec03794070.tar.zst gsoc2013-evolution-03320071af0ec6c676df56508bfca2ec03794070.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.am | 2 |
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 \ |