aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-tasks.c
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@src.gnome.org>2001-06-20 01:26:04 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2001-06-20 01:26:04 +0800
commit4583098b34dfc46701ec05531bba90a7c59d8d92 (patch)
tree2c00fba88a8ba20ae218fe68f679958bbf963e2d /calendar/gui/e-tasks.c
parent2e156596a6e8099c3f540ca362b1415613ed30dd (diff)
downloadgsoc2013-evolution-4583098b34dfc46701ec05531bba90a7c59d8d92.tar
gsoc2013-evolution-4583098b34dfc46701ec05531bba90a7c59d8d92.tar.gz
gsoc2013-evolution-4583098b34dfc46701ec05531bba90a7c59d8d92.tar.bz2
gsoc2013-evolution-4583098b34dfc46701ec05531bba90a7c59d8d92.tar.lz
gsoc2013-evolution-4583098b34dfc46701ec05531bba90a7c59d8d92.tar.xz
gsoc2013-evolution-4583098b34dfc46701ec05531bba90a7c59d8d92.tar.zst
gsoc2013-evolution-4583098b34dfc46701ec05531bba90a7c59d8d92.zip
Sync - Federico
svn path=/trunk/; revision=10293
Diffstat (limited to 'calendar/gui/e-tasks.c')
-rw-r--r--calendar/gui/e-tasks.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/calendar/gui/e-tasks.c b/calendar/gui/e-tasks.c
index 4a25646676..c73bc4961f 100644
--- a/calendar/gui/e-tasks.c
+++ b/calendar/gui/e-tasks.c
@@ -54,6 +54,10 @@ struct _ETasksPrivate {
/* The option menu showing the categories, and the popup menu. */
GtkWidget *categories_option_menu;
GtkWidget *categories_menu;
+
+ /* View collection and the view menus handler */
+ GalViewCollection *view_collection;
+ GalViewMenus *view_menus;
};