diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-09-17 12:00:31 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-09-17 12:00:31 +0800 |
commit | 67b6c40da681378cf5d4bae8d1f92ec4f210d07e (patch) | |
tree | 537418fd1fbad4dce628b2abb3a5d30694279848 /shell/e-storage-set-view.c | |
parent | a513a5f502e7d1d89e6294c3afa4ea20af50edb5 (diff) | |
download | gsoc2013-evolution-67b6c40da681378cf5d4bae8d1f92ec4f210d07e.tar.gz 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 'shell/e-storage-set-view.c')
-rw-r--r-- | shell/e-storage-set-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-storage-set-view.c b/shell/e-storage-set-view.c index 581891a309..9edc5ce07f 100644 --- a/shell/e-storage-set-view.c +++ b/shell/e-storage-set-view.c @@ -1368,7 +1368,7 @@ etree_has_get_node_by_id (ETreeModel *etm, void *data) } static ETreePath -etree_get_node_by_id (ETreeModel *etm, gchar *save_id, void *model_data) +etree_get_node_by_id (ETreeModel *etm, const char *save_id, void *model_data) { EStorageSetView *storage_set_view; storage_set_view = E_STORAGE_SET_VIEW (model_data); |