summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-14 11:28:57 +0300
committerAndrew Dolgov <[email protected]>2010-01-14 11:28:57 +0300
commitc3b7b797f51793825b5fa992635d951736df239a (patch)
tree92ea87aca633965ec265e30498f2c516a6c6300f /prefs.js
parentb6a6e262bebfdcea6b9523e63c287f94b4ffcff6 (diff)
add prototype of icon replacing control; misc tweaks
Diffstat (limited to 'prefs.js')
-rw-r--r--prefs.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/prefs.js b/prefs.js
index 6c7f6f636..8dbe89c8f 100644
--- a/prefs.js
+++ b/prefs.js
@@ -2233,13 +2233,12 @@ function opmlImportDone() {
updateFeedList();
}
-function opml_import_handler(iframe) {
+function opmlImportHandler(iframe) {
try {
var tmp = new Object();
tmp.responseText = iframe.document.body.innerHTML;
notify('');
infobox_callback2(tmp);
-
} catch (e) {
exception_error("opml_import_handler", e);
}