Skip to content

Commit

Permalink
Improves Github #36, #113: UI lock up during refresh by avoiding casc…
Browse files Browse the repository at this point in the history
…ading updates. (suggested by mozbugbox)
  • Loading branch information
lwindolf committed Apr 20, 2015
1 parent d75241b commit b40297f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ To be released
(reported by Geoffrey Leach)
* Fixes Github #30: Segfault after updating from 1.8 to 1.10
(reported by vakuum)
* Improves Github #36, #113: UI lock up during refresh
(suggested by mozbugbox)

* Fixes typo in Italian translation.

Expand Down
2 changes: 1 addition & 1 deletion src/update.c
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ update_dequeue_job (gpointer user_data)
update_job_run (job);
}

return TRUE; /* since I got a job now, there may be more in the queue */
return FALSE;
}

updateJobPtr
Expand Down

0 comments on commit b40297f

Please sign in to comment.