summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-18 14:20:43 +0300
committerAndrew Dolgov <[email protected]>2010-11-18 14:21:09 +0300
commit82aea97816774e3410eb4137b80dd0497547eb96 (patch)
tree6bd782d58731d40ccc6456d98a660f7db77d8f3d /prefs.js
parent7b8a143f1b523a5b70b92af8389af1cb1cb0a844 (diff)
support feed icons in PrefFeedTree; code cleanup
Diffstat (limited to 'prefs.js')
-rw-r--r--prefs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/prefs.js b/prefs.js
index 356338608..0e77118db 100644
--- a/prefs.js
+++ b/prefs.js
@@ -957,7 +957,7 @@ function editSelectedFeeds() {
notify("");
- notify_progress("Loading, please wait...");
+ notify_progress("Loading, please wait...", true);
var query = "?op=pref-feeds&subop=editfeeds&ids=" +
param_escape(rows.toString());