aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/task-editor.c
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2006-01-23 16:09:45 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2006-01-23 16:09:45 +0800
commit977171ff51243dd2df800f9f1977902a704665d9 (patch)
treed5d3b1f39338c10d5e08d0c2768493189dc27e9d /calendar/gui/dialogs/task-editor.c
parent305832a728c3a14a1bd0a9d2008209b41cba0953 (diff)
downloadgsoc2013-evolution-977171ff51243dd2df800f9f1977902a704665d9.tar
gsoc2013-evolution-977171ff51243dd2df800f9f1977902a704665d9.tar.gz
gsoc2013-evolution-977171ff51243dd2df800f9f1977902a704665d9.tar.bz2
gsoc2013-evolution-977171ff51243dd2df800f9f1977902a704665d9.tar.lz
gsoc2013-evolution-977171ff51243dd2df800f9f1977902a704665d9.tar.xz
gsoc2013-evolution-977171ff51243dd2df800f9f1977902a704665d9.tar.zst
gsoc2013-evolution-977171ff51243dd2df800f9f1977902a704665d9.zip
committing patch from pavithran
svn path=/trunk/; revision=31271
Diffstat (limited to 'calendar/gui/dialogs/task-editor.c')
-rw-r--r--calendar/gui/dialogs/task-editor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/dialogs/task-editor.c b/calendar/gui/dialogs/task-editor.c
index 27bda2c6f1..9dabb2059f 100644
--- a/calendar/gui/dialogs/task-editor.c
+++ b/calendar/gui/dialogs/task-editor.c
@@ -452,6 +452,7 @@ task_editor_construct (TaskEditor *te, ECal *client)
bonobo_ui_component_set_prop (editor->uic, "/commands/ViewRSVP", "hidden", "1", NULL);
bonobo_ui_component_set_prop (editor->uic, "/commands/ViewType", "hidden", "1", NULL);
bonobo_ui_component_set_prop (editor->uic, "/commands/ViewStatus", "hidden", "1", NULL);
+ bonobo_ui_component_set_prop (editor->uic, "/menu/View/AttendeeOptions/timezonesep", "hidden", "1", NULL);
}
comp_editor_set_e_cal (COMP_EDITOR (te), client);