! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
g_thread_init is deprecated
Status:
RESOLVED: FIXED
Severity:
trivial
Product:
Ristretto
Component:
Application

Comments

Description Eric Koegel editbugs 2013-04-19 11:42:21 CEST
Created attachment 5002 
Add version check because g_thread_init is deprecated

g_thread_init has been deprecated since version 2.32 and should not be used in newly-written code. This function is no longer necessary.
This patch adds a version check to remove g_thread_init and allows Ristretto to compile with --enable-debug=full
Comment 1 Eric Koegel editbugs 2015-01-18 09:26:31 CET
Pushed to master in:

commit 6634357285528ac87032f1883158ae3f027154ac
Author: Eric Koegel <eric.koegel@gmail.com>
Date:   Fri Apr 19 12:01:50 2013 +0300

    Add version check because g_thread_init is deprecated

http://git.xfce.org/apps/ristretto/commit/?id=6634357285528ac87032f1883158ae3f027154ac

Bug #10013

Reported by:
Eric Koegel
Reported on: 2013-04-19
Last modified on: 2015-01-18

People

Assignee:
Stephan Arts
CC List:
1 user

Version

Version:
master

Attachments

Additional information