Replace g_timeout_add with g_timeout_add_seconds when possible
Bug #505767 reported by
Johannes Sasongko
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Exaile |
Fix Released
|
Medium
|
Johannes Sasongko |
Bug Description
I think we've still got a few timeout_add(x * 1000) calls, which can be replaced by timeout_
Need to check which GLib version the function was added in, to see whether we need compat code.
Changed in exaile: | |
assignee: | nobody → Johannes Sasongko (sjohannes) |
milestone: | none → 0.3.1 |
status: | Confirmed → Fix Committed |
Changed in exaile: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Since 2.14. For reference, Debian stable (Lenny) has 2.16, so we definitely don't need compatibility code.