Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Krejsa <dan.krejsa@gmail.com>2009-03-11 20:16:30 (GMT)
committer Dan Krejsa <dan.krejsa@gmail.com>2009-03-11 20:16:30 (GMT)
commitf1321e98afc2b768607c95d331acbfe3269c697c (patch)
treeb09897732dd71f302ba6d5bb38aba702f0191523
parente40381a498a1ce2cb6afc0412da699270f17ce77 (diff)
Clear searching flag when search text entry loses focus.
-rwxr-xr-xspock.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/spock.py b/spock.py
index 685dd42..8ca4d41 100755
--- a/spock.py
+++ b/spock.py
@@ -391,6 +391,7 @@ class Spock:
self.search_op(self.search_dir_forward)
def search_lose_focus_callback(self, widget, event):
+ self.searching = False
self.source_buffer.search_end()
# def search_key_press_callback(self, widget, event):