newsticker: Prevent multiple "Could not download..." messages. Fixes bug#19166.
commit581914e45fbc08b020aa0aeb6a2967f4e77ee484
authorUlf Jasper <ulf.jasper@web.de>
Mon, 1 Dec 2014 18:14:54 +0000 (1 19:14 +0100)
committerUlf Jasper <ulf.jasper@web.de>
Mon, 1 Dec 2014 18:14:54 +0000 (1 19:14 +0100)
tree83b698792e0a1e16a5e003aa3450738ce729fa1a
parent52fab40c160699d9ca45436c30433360d69f015a
newsticker: Prevent multiple "Could not download..." messages.  Fixes bug#19166.

* lisp/net/newst-backend.el (newsticker--get-news-by-url-callback):
Pass correct status to `newsticker--sentinel-work'.
(newsticker--sentinel-work): Use "newsticker--download-error" as
guid in order to prevent multiple "Could not download..."
messages.  Fixes bug#19166.

* lisp/net/newst-treeview.el (newsticker--treeview-item-show): Check
window liveliness before measuring its width.
lisp/ChangeLog
lisp/net/newst-backend.el
lisp/net/newst-treeview.el