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 843899a commit 52bb4d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ To be released
(mozbugbox)
* Fixes Github #32: Prevent erroneous "Mark all as read"
(reported by Mno-hime)

* Improves Github #36, #113: UI lock up during refresh
(suggested by mozbugbox)


2015-04-14 Lars Windolf <lars.windolf@gmx.de>

Expand Down
2 changes: 1 addition & 1 deletion src/update.c
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,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 52bb4d1

Please sign in to comment.