From 704b78d23bf8d707707411608a3453250f2637a1 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Tue, 6 Nov 2012 16:20:46 +0100 Subject: Replace deprecated GLib symbols (as of GLib 2.34.x) --- mail/message-list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/message-list.h') diff --git a/mail/message-list.h b/mail/message-list.h index 44a312e667..9c93c46b05 100644 --- a/mail/message-list.h +++ b/mail/message-list.h @@ -148,7 +148,7 @@ struct _MessageList { /* list of outstanding regeneration requests */ GList *regen; - GMutex *regen_lock; /* when writing to the regen, guard with this lock too */ + GMutex regen_lock; /* when writing to the regen, guard with this lock too */ gchar *pending_select_uid; /* set if we were busy regnerating * while we had a select come in */ gboolean pending_select_fallback; -- cgit v1.2.3