From fe18abe0b3173d2d12075756170d6b63cd331747 Mon Sep 17 00:00:00 2001 From: Jonathan Blandford Date: Sat, 09 Apr 2005 05:06:17 +0000 Subject: Actually fix the "FIXME: update priority" comment. Sat Apr 9 01:05:09 2005 Jonathan Blandford * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME: update priority" comment. * backend/ev-job-queue.c: Give a way to change priority. --- (limited to 'shell') diff --git a/shell/ev-pixbuf-cache.c b/shell/ev-pixbuf-cache.c index 7200b37..91bd314 100644 --- a/shell/ev-pixbuf-cache.c +++ b/shell/ev-pixbuf-cache.c @@ -284,7 +284,7 @@ move_one_job (CacheJobInfo *job_info, job_info->link_mapping = NULL; if (new_priority != priority && target_page->job) { - g_print ("FIXME: update priority \n"); + ev_job_queue_update_job (target_page->job, new_priority); } } -- cgit v0.9.1