diff options
author | raveit65 <[email protected]> | 2015-09-02 14:14:46 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-06 13:08:32 +0200 |
commit | a3362f16408b7d4e36c917e384dd346cc8cc40c4 (patch) | |
tree | b26c9c3e8170db2e7b576fddef2711dd20e1fa50 /src/main.c | |
parent | f63ce7c886a645dcdde4002c2c1727d3aea102d9 (diff) | |
download | eom-a3362f16408b7d4e36c917e384dd346cc8cc40c4.tar.bz2 eom-a3362f16408b7d4e36c917e384dd346cc8cc40c4.tar.xz |
Gtk3: Don't call gdk_threads_init()
taken from:
https://git.gnome.org/browse/eog/commit/?id=757128b
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -245,7 +245,6 @@ main (int argc, char **argv) #endif eom_debug_init (); eom_job_queue_init (); - gdk_threads_init (); eom_thumbnail_init (); #if GTK_CHECK_VERSION (3, 0, 0) |