After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 361144 - xover tasks should be inserted at the top of the queue
xover tasks should be inserted at the top of the queue
Status: RESOLVED FIXED
Product: Pan
Classification: Other
Component: general
pre-1.0 betas
Other Linux
: Normal normal
: 1.0
Assigned To: Charles Kerr
Pan QA Team
Depends on:
Blocks:
 
 
Reported: 2006-10-10 13:38 UTC by Charles Kerr
Modified: 2006-10-10 15:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
0.115 patch (1.27 KB, patch)
2006-10-10 15:30 UTC, Charles Kerr
none Details | Review

Description Charles Kerr 2006-10-10 13:38:28 UTC
tasks should be added to the queue with
add_tasks(tasks,TOP), not
add_tasks(tasks,AGE).

This was reported by David in the comments of bug #356839
Comment 1 Charles Kerr 2006-10-10 15:30:30 UTC
Created attachment 74417 [details] [review]
0.115 patch
Comment 2 Charles Kerr 2006-10-10 15:32:01 UTC
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report.