summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-23 15:20:36 +0100
committerAndrew Dolgov <[email protected]>2009-01-23 15:20:36 +0100
commite8a429e3f80ea764d603b9f505e938e174fd0e64 (patch)
tree644e6abe56c23daf04721d1dad950bbe0ed112b2 /viewfeed.js
parent5c432ba490b05c336ae1af9bafee9a6badfbfd99 (diff)
properly select next unread feed in feedlist when catching up
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/viewfeed.js b/viewfeed.js
index 513350497..489a014d6 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -234,7 +234,7 @@ function headlines_callback2(transport, feed_cur_page) {
remove_splash();
} catch (e) {
- exception_error("headlines_callback2", e);
+ exception_error_ext("headlines_callback2", e, transport);
}
}