From d69408760eaa86d0532068c66c92847f2c12379c Mon Sep 17 00:00:00 2001 From: infirit Date: Sat, 17 May 2014 15:52:02 +0200 Subject: Use new GLib threading API Based on eog commit by Felix Riemann Url: https://git.gnome.org/browse/eog/commit/?id=b5f61d90d0478378cf7cf21bf5ade9eded0ae9f2 --- src/eom-image-private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/eom-image-private.h') diff --git a/src/eom-image-private.h b/src/eom-image-private.h index cc38b40..679774e 100644 --- a/src/eom-image-private.h +++ b/src/eom-image-private.h @@ -80,7 +80,7 @@ struct _EomImagePrivate { gchar *collate_key; - GMutex *status_mutex; + GMutex status_mutex; gboolean cancel_loading; guint data_ref_count; -- cgit v1.2.1