summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-12 11:48:31 +0300
committerAndrew Dolgov <[email protected]>2010-01-12 11:48:31 +0300
commitdbfc952271bef1332dc49b528379295781e918b8 (patch)
tree0aff0e83a91e9b6f6af477071ca2d105d87f6388 /modules
parent1e5548db5423d9dae79ee0c607392f3838ca7e6d (diff)
make f a hotkey persistent; obsolete option HIDE_READ_FEEDS
Diffstat (limited to 'modules')
-rw-r--r--modules/pref-prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pref-prefs.php b/modules/pref-prefs.php
index dd58fe7b5..3bb86e9e1 100644
--- a/modules/pref-prefs.php
+++ b/modules/pref-prefs.php
@@ -14,7 +14,7 @@
$subop = $_REQUEST["subop"];
$prefs_blacklist = array("HIDE_FEEDLIST", "SYNC_COUNTERS", "ENABLE_LABELS",
- "ENABLE_SEARCH_TOOLBAR");
+ "ENABLE_SEARCH_TOOLBAR", "HIDE_READ_FEEDS");
if (FORCE_ARTICLE_PURGE != 0) {
array_push($prefs_blacklist, "PURGE_OLD_DAYS");