diff options
author | infirit <[email protected]> | 2014-05-17 15:52:02 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-07-24 18:05:54 +0200 |
commit | d69408760eaa86d0532068c66c92847f2c12379c (patch) | |
tree | 7002cd155f7589524afbe198d7dcbcbbfeef06fe /src/eom-image-private.h | |
parent | 7654cb5af09a0e7522f1fdffce5ab6b469303790 (diff) | |
download | eom-d69408760eaa86d0532068c66c92847f2c12379c.tar.bz2 eom-d69408760eaa86d0532068c66c92847f2c12379c.tar.xz |
Use new GLib threading API
Based on eog commit by Felix Riemann <[email protected]>
Url: https://git.gnome.org/browse/eog/commit/?id=b5f61d90d0478378cf7cf21bf5ade9eded0ae9f2
Diffstat (limited to 'src/eom-image-private.h')
-rw-r--r-- | src/eom-image-private.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |