aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog4
-rw-r--r--mail/message-list.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index afa6f28368..253396513f 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-16 Christopher James Lahey <clahey@ximian.com>
+
+ * message-list.c (ml_get_node_by_id): Made save_id const here.
+
2001-09-16 Jeffrey Stedfast <fejj@ximian.com>
* mail-display.c (pixbuf_gen_idle): Don;t destroy the pixbuf
diff --git a/mail/message-list.c b/mail/message-list.c
index afe9da6086..f91f5ce5ac 100644
--- a/mail/message-list.c
+++ b/mail/message-list.c
@@ -522,7 +522,7 @@ ml_has_get_node_by_id (ETreeModel *etm, void *data)
* SimpleTableModel::get_save_id
*/
static ETreePath
-ml_get_node_by_id (ETreeModel *etm, char *save_id, void *data)
+ml_get_node_by_id (ETreeModel *etm, const char *save_id, void *data)
{
MessageList *ml;