Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2005-04-09 05:06:17 (GMT)
committer Jonathan Blandford <jrb@src.gnome.org>2005-04-09 05:06:17 (GMT)
commitfe18abe0b3173d2d12075756170d6b63cd331747 (patch)
tree18b212878479c000adaf1742e0fa297060e6b7c3 /shell
parent324e007ce9e3dfd5e1c28fdc90483ca81236b180 (diff)
Actually fix the "FIXME: update priority" comment.
Sat Apr 9 01:05:09 2005 Jonathan Blandford <jrb@redhat.com> * 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.
Diffstat (limited to 'shell')
-rw-r--r--shell/ev-pixbuf-cache.c2
1 files changed, 1 insertions, 1 deletions
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);
}
}