diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-15 02:49:53 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-15 02:49:53 +0000 |
commit | fe57abe554146382b60289523d5122d76e20781c (patch) | |
tree | b2eadda494cce18152804e40a12bd5a94025f4d3 /sx-question-list.el | |
parent | 08c305f573dda0512e3acb1b6c6c78f390a5921d (diff) |
Finish merge
Diffstat (limited to 'sx-question-list.el')
-rw-r--r-- | sx-question-list.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-question-list.el b/sx-question-list.el index 773ce0d..b220097 100644 --- a/sx-question-list.el +++ b/sx-question-list.el @@ -226,7 +226,7 @@ Used in the questions list to indicate a question was updated \"4d ago\"." 'face (if .upvoted 'sx-question-list-score-upvoted 'sx-question-list-score)) (list (int-to-string .answer_count) - 'face (if (sx-question--accepted-answer data) + 'face (if (sx-question--accepted-answer-id data) 'sx-question-list-answers-accepted 'sx-question-list-answers)) (concat |