aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-calendar-table.etspec
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2003-11-17 06:37:13 +0800
committerJP Rosevear <jpr@src.gnome.org>2003-11-17 06:37:13 +0800
commit8b1e261b3e451e1a28176cc1b835634a1a30d0d8 (patch)
tree71828b4730a0e6184c9bc7c222616f2ea47ab58d /calendar/gui/e-calendar-table.etspec
parentccdc51ce37535be6efc345c160d874a1f94ea175 (diff)
downloadgsoc2013-evolution-8b1e261b3e451e1a28176cc1b835634a1a30d0d8.tar
gsoc2013-evolution-8b1e261b3e451e1a28176cc1b835634a1a30d0d8.tar.gz
gsoc2013-evolution-8b1e261b3e451e1a28176cc1b835634a1a30d0d8.tar.bz2
gsoc2013-evolution-8b1e261b3e451e1a28176cc1b835634a1a30d0d8.tar.lz
gsoc2013-evolution-8b1e261b3e451e1a28176cc1b835634a1a30d0d8.tar.xz
gsoc2013-evolution-8b1e261b3e451e1a28176cc1b835634a1a30d0d8.tar.zst
gsoc2013-evolution-8b1e261b3e451e1a28176cc1b835634a1a30d0d8.zip
add it via e-tasks (remove_uri_for_source): remove it via e-tasks
2003-11-16 JP Rosevear <jpr@ximian.com> * gui/tasks-component.c (add_uri_for_source): add it via e-tasks (remove_uri_for_source): remove it via e-tasks (get_default_task): provide a default for editing (impl_createControls): create the control directly (impl_requestCreateItem): implement * gui/gnome-cal.c (gnome_calendar_purge): don't let the two list iterators clobber each other * gui/e-tasks.h: add protos * gui/e-tasks.c (e_tasks_destroy): free the client list and the hash, disconnect signals (e_tasks_new_task): use the default client (e_tasks_add_todo_uri): add a uri (e_tasks_remove_todo_uri): remove a uri (e_tasks_set_default_uri): set default uri (e_tasks_get_default_client): get default client (e_tasks_delete_completed): expunge from all clients (e_tasks_setup_view_menus): use default client uri * gui/e-tasks.c (set_timezone): set the timezone for all clients (e_tasks_init): set up the clients has table * gui/e-calendar-table.etspec: yank some useless display columns * gui/e-cal-model.c (remove_client): remove objects in reverse order so we don't clobber ourselves * gui/calendar-component.c: add FIXME svn path=/trunk/; revision=23373
Diffstat (limited to 'calendar/gui/e-calendar-table.etspec')
-rw-r--r--calendar/gui/e-calendar-table.etspec2
1 files changed, 0 insertions, 2 deletions
diff --git a/calendar/gui/e-calendar-table.etspec b/calendar/gui/e-calendar-table.etspec
index 2021ab0037..2d87771d53 100644
--- a/calendar/gui/e-calendar-table.etspec
+++ b/calendar/gui/e-calendar-table.etspec
@@ -1,8 +1,6 @@
<ETableSpecification click-to-add="true" _click-to-add-message="Click to add a task" draw-grid="true">
<ETableColumn model_col= "0" _title="Categories" expansion="1.0" minimum_width="10" resizable="true" cell="calstring" compare="string"/>
<ETableColumn model_col= "1" _title="Classification" expansion="1.0" minimum_width="10" resizable="true" cell="classification" compare="string" priority="-1"/>
- <ETableColumn model_col="2" _title="color" cell="calcolor" priority="-4"/>
- <ETableColumn model_col="3" _title="component" cell="calcomp" priority="-4"/>
<ETableColumn model_col="4" _title="Description" expansion="2.0" minimum_width="10" resizable="true" cell="calstring" compare="string" priority="-1"/>
<ETableColumn model_col= "5" _title="Start Date" expansion="2.0" minimum_width="10" resizable="true" cell="dateedit" compare="date-compare" priority="-2"/>
<ETableColumn model_col="6" _title="Alarms" expansion="1.0" minimum_width="10" resizable="true" cell="calstring" compare="string" disabled="true"/>