diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-11-18 16:43:24 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-11-18 16:43:24 +0800 |
commit | 02d0ec14dcfc04c2d26a0257a7e06bc01c25a908 (patch) | |
tree | cc6e2c68ab3eff67548a5e026962565a872f79d0 /ui | |
parent | e9e97b6433d7b61c8b2bb547d132f891efc7a0a0 (diff) | |
download | gsoc2013-evolution-02d0ec14dcfc04c2d26a0257a7e06bc01c25a908.tar.gz gsoc2013-evolution-02d0ec14dcfc04c2d26a0257a7e06bc01c25a908.tar.zst gsoc2013-evolution-02d0ec14dcfc04c2d26a0257a7e06bc01c25a908.zip |
Removed the timezone entry from the toolbar.
svn path=/trunk/; revision=30636
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-event-editor.xml | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 8333569bff..759c8e7c60 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2005-11-18 Chenthill Palanisamy <pchenthill@novell.com> + + * evolution-event-editor.xml: Removed the timezone + entry from the toolbar. + 2005-11-16 Chenthill Palanisamy <pchenthill@novell.com> * evolution-event-editor.xml: Removed the view attendee diff --git a/ui/evolution-event-editor.xml b/ui/evolution-event-editor.xml index 2b35a0be3c..e4e3eff1f9 100644 --- a/ui/evolution-event-editor.xml +++ b/ui/evolution-event-editor.xml @@ -82,7 +82,6 @@ <dockitem name="Toolbar"> <toolitem name="ActionAlarm" verb="" _label="Alarms" pixtype="pixbuf" /> <toolitem name="ActionAllDayEvent" verb="" _label="All day Event" pixtype="pixbuf"/> - <toolitem name="ViewTimeZone" verb="" _label="Time Zone" pixtype="pixbuf"/> <toolitem name="ActionRecurrence" verb="" _label="Recurrence" pixtype="pixbuf"/> <toolitem name="ActionFreeBusy" verb="" _label="Free/Busy" pixtype="pixbuf"/> </dockitem> |