aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/e-storage-set-view.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 7e52e7911d..aa3490349c 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,8 @@
+2001-09-16 Christopher James Lahey <clahey@ximian.com>
+
+ * e-storage-set-view.c (etree_get_node_by_id): Made save_id const
+ here.
+
2001-09-14 Ettore Perazzoli <ettore@ximian.com>
[Automake 1.5 fixes pointed out by Richard Boulton
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);