aboutsummaryrefslogtreecommitdiff
path: root/sx-question-list.el
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2015-01-02 12:05:43 -0500
committerSean Allred <code@seanallred.com>2015-01-02 12:05:43 -0500
commit51fd9620672ce656a0c660ad9e3a940cc9b435f3 (patch)
tree028d2962b52f3f01338bc856f36098c759887842 /sx-question-list.el
parente05f937910bb4ca0e7ea1c9f1273fbafac523921 (diff)
parenta11be51a7aa5ea26e3d55383d328a0624b924125 (diff)
Merge pull request #174 from vermiculus/inbox
Implement inbox
Diffstat (limited to 'sx-question-list.el')
-rw-r--r--sx-question-list.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/sx-question-list.el b/sx-question-list.el
index d84d1ea..a5cd005 100644
--- a/sx-question-list.el
+++ b/sx-question-list.el
@@ -127,7 +127,7 @@ elements:
Also see `sx-question-list-refresh'."
(sx-assoc-let question-data
(let ((favorite (if (member .question_id
- (assoc .site
+ (assoc .site_par
sx-favorites--user-favorite-list))
(if (char-displayable-p ?\x2b26) "\x2b26" "*") " ")))
(list
@@ -322,7 +322,7 @@ into consideration.
("d" sx-toggle-downvote)
("h" sx-question-list-hide)
("m" sx-question-list-mark-read)
- ([?\r] sx-display-question)
+ ([?\r] sx-display)
))
(defun sx-question-list-hide (data)