aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-09-17 12:00:31 +0800
committerChris Lahey <clahey@src.gnome.org>2001-09-17 12:00:31 +0800
commit67b6c40da681378cf5d4bae8d1f92ec4f210d07e (patch)
tree537418fd1fbad4dce628b2abb3a5d30694279848 /calendar
parenta513a5f502e7d1d89e6294c3afa4ea20af50edb5 (diff)
downloadgsoc2013-evolution-67b6c40da681378cf5d4bae8d1f92ec4f210d07e.tar
gsoc2013-evolution-67b6c40da681378cf5d4bae8d1f92ec4f210d07e.tar.gz
gsoc2013-evolution-67b6c40da681378cf5d4bae8d1f92ec4f210d07e.tar.bz2
gsoc2013-evolution-67b6c40da681378cf5d4bae8d1f92ec4f210d07e.tar.lz
gsoc2013-evolution-67b6c40da681378cf5d4bae8d1f92ec4f210d07e.tar.xz
gsoc2013-evolution-67b6c40da681378cf5d4bae8d1f92ec4f210d07e.tar.zst
gsoc2013-evolution-67b6c40da681378cf5d4bae8d1f92ec4f210d07e.zip
Updated required version of gal to 0.11.99.4.
2001-09-16 Christopher James Lahey <clahey@ximian.com> * configure.in: Updated required version of gal to 0.11.99.4. From calendar/ChangeLog: 2001-09-16 Christopher James Lahey <clahey@ximian.com> * gui/dialogs/meeting-page.c (build_etable): Updated this to match the new ETableSimple interface. From mail/ChangeLog: 2001-09-16 Christopher James Lahey <clahey@ximian.com> * message-list.c (ml_get_node_by_id): Made save_id const here. From shell/ChangeLog: 2001-09-16 Christopher James Lahey <clahey@ximian.com> * e-storage-set-view.c (etree_get_node_by_id): Made save_id const here. svn path=/trunk/; revision=12870
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/gui/dialogs/meeting-page.c9
2 files changed, 11 insertions, 3 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index cd184f7f96..82eb813a6a 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,8 @@
+2001-09-16 Christopher James Lahey <clahey@ximian.com>
+
+ * gui/dialogs/meeting-page.c (build_etable): Updated this to match
+ the new ETableSimple interface.
+
2001-09-14 Ettore Perazzoli <ettore@ximian.com>
[Automake 1.5 fixes pointed out by Richard Boulton
diff --git a/calendar/gui/dialogs/meeting-page.c b/calendar/gui/dialogs/meeting-page.c
index 55ca96975c..9d833d304e 100644
--- a/calendar/gui/dialogs/meeting-page.c
+++ b/calendar/gui/dialogs/meeting-page.c
@@ -1307,18 +1307,21 @@ build_etable (MeetingPage *mpage)
/* The table itself */
priv->model = e_table_simple_new (column_count,
row_count,
+ append_row,
+
value_at,
set_value_at,
is_cell_editable,
+
+ NULL,
+ NULL,
+
duplicate_value,
free_value,
init_value,
value_is_empty,
value_to_string,
mpage);
- gtk_object_set (GTK_OBJECT (priv->model),
- "append_row", append_row,
- NULL);
priv->etable = e_table_scrolled_new_from_spec_file (priv->model,
extras,