summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-12-01 07:26:05 +0100
committerAndrew Dolgov <[email protected]>2006-12-01 07:26:05 +0100
commita3656a415f2e557014eef45a395ad19e10771ff5 (patch)
tree4e98a66596d2aea71a5eda6c980cdb7853c9c021 /prefs.js
parentd96d11f4ff0f796cd1dc948bab69241d07326f56 (diff)
tweak feed errors notification
Diffstat (limited to 'prefs.js')
-rw-r--r--prefs.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/prefs.js b/prefs.js
index 85ae91afc..6b772b1cd 100644
--- a/prefs.js
+++ b/prefs.js
@@ -1544,3 +1544,7 @@ function editFeedCats() {
xmlhttp.onreadystatechange=infobox_callback;
xmlhttp.send(null);
}
+
+function showFeedsWithErrors() {
+ displayDlg('feedUpdateErrors');
+}