aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-header-item.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-06-01 21:07:50 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-06-01 21:24:39 +0800
commit03320071af0ec6c676df56508bfca2ec03794070 (patch)
tree4ed25f6084f445bc893f58cdf265373f25ed0bff /widgets/table/e-table-header-item.c
parent15e3850a5b8af68b3343578607b067b449c0a8cc (diff)
downloadgsoc2013-evolution-03320071af0ec6c676df56508bfca2ec03794070.tar
gsoc2013-evolution-03320071af0ec6c676df56508bfca2ec03794070.tar.gz
gsoc2013-evolution-03320071af0ec6c676df56508bfca2ec03794070.tar.bz2
gsoc2013-evolution-03320071af0ec6c676df56508bfca2ec03794070.tar.lz
gsoc2013-evolution-03320071af0ec6c676df56508bfca2ec03794070.tar.xz
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/table/e-table-header-item.c')
-rw-r--r--widgets/table/e-table-header-item.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table-header-item.c b/widgets/table/e-table-header-item.c
index 9215e7b2fb..d8a7d0d7a0 100644
--- a/widgets/table/e-table-header-item.c
+++ b/widgets/table/e-table-header-item.c
@@ -36,8 +36,8 @@
#include "e-util/e-util.h"
#include "e-util/e-xml-utils.h"
#include "misc/e-canvas.h"
-#include "misc/e-popup-menu.h"
+#include "e-popup-menu.h"
#include "e-table.h"
#include "e-table-col-dnd.h"
#include "e-table-config.h"