summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-01-21 14:28:07 -0500
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-01-21 14:28:07 -0500
commit6d6a8fa54c6e49b7778efe948249dda05a6fe364 (patch)
treeb80d558ff854668f14e9eb6f50e74f1adeb6e03b
parent0ce911a43aee2b6df0f66ce7a17f8a54683ed363 (diff)
downloadaskbot-6d6a8fa54c6e49b7778efe948249dda05a6fe364.tar.gz
askbot-6d6a8fa54c6e49b7778efe948249dda05a6fe364.tar.bz2
askbot-6d6a8fa54c6e49b7778efe948249dda05a6fe364.zip
one more small change to the search state manager
-rw-r--r--askbot/search/state_manager.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/askbot/search/state_manager.py b/askbot/search/state_manager.py
index d7045799..76e44ce5 100644
--- a/askbot/search/state_manager.py
+++ b/askbot/search/state_manager.py
@@ -234,6 +234,7 @@ class ViewLog(object):
def should_reset_search_state(self):
"""return True if user stepped too far from the home page
and False otherwise"""
+ return False
if self.get_previous(1) != 'questions':
if self.get_previous(2) != 'questions':
return True