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 /calendar | |
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 'calendar')
-rw-r--r-- | calendar/gui/e-cal-list-view.c | 1 | ||||
-rw-r--r-- | calendar/gui/e-day-view.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/calendar/gui/e-cal-list-view.c b/calendar/gui/e-cal-list-view.c index b81a4412bd..7893dae0e8 100644 --- a/calendar/gui/e-cal-list-view.c +++ b/calendar/gui/e-cal-list-view.c @@ -40,7 +40,6 @@ #include <table/e-cell-text.h> #include <table/e-cell-combo.h> #include <table/e-cell-date.h> -#include <misc/e-popup-menu.h> #include <table/e-cell-date-edit.h> #include <e-util/e-categories-config.h> #include <e-util/e-dialog-utils.h> diff --git a/calendar/gui/e-day-view.c b/calendar/gui/e-day-view.c index a9d4302c3b..1591bc6182 100644 --- a/calendar/gui/e-day-view.c +++ b/calendar/gui/e-day-view.c @@ -34,7 +34,6 @@ #include <gdk/gdkkeysyms.h> #include <text/e-text.h> #include <misc/e-canvas-utils.h> -#include <misc/e-popup-menu.h> #include <e-util/e-unicode.h> #include <libgnomecanvas/libgnomecanvas.h> #include <glib/gi18n.h> |