Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/home/MeshBox.py
diff options
context:
space:
mode:
Diffstat (limited to 'shell/view/home/MeshBox.py')
-rw-r--r--shell/view/home/MeshBox.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/view/home/MeshBox.py b/shell/view/home/MeshBox.py
index f475bb6..bb58c05 100644
--- a/shell/view/home/MeshBox.py
+++ b/shell/view/home/MeshBox.py
@@ -563,3 +563,5 @@ class MeshBox(hippo.CanvasBox):
if hasattr(icon, 'set_filter'):
icon.set_filter(self._query)
+ def focus_search_entry(self):
+ self._toolbar._search_entry.grab_focus()