summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-17 17:25:41 +0100
committerAndrew Dolgov <[email protected]>2008-05-17 17:25:41 +0100
commit438f2ce922470a1421362ae2718480713de21011 (patch)
tree30a13990eaf90ed65c352cf9e41c20b74f516301 /feedlist.js
parentdcbeb0e34786b30e2250c124dff96f40e7a4f66c (diff)
fix create filter dialog when called from main UI, fix exception_error() parameter position errors
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/feedlist.js b/feedlist.js
index a7017f9ca..56660aa33 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -29,7 +29,7 @@ function viewNextFeedPage() {
undefined, _feed_cur_page+1);
} catch (e) {
- exception_error(e, "viewFeedGoPage");
+ exception_error("viewFeedGoPage", e);
}
}