[caribou/geometry] Hide keyboard when daemon exits.



commit cb1138a5bc3a2254a3defb6b888a497b9ed5c5cb
Author: Eitan Isaacson <eitan monotonous org>
Date:   Fri Apr 29 23:31:31 2011 -0700

    Hide keyboard when daemon exits.

 caribou/daemon/main.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/caribou/daemon/main.py b/caribou/daemon/main.py
index 02139f8..4e69740 100644
--- a/caribou/daemon/main.py
+++ b/caribou/daemon/main.py
@@ -146,9 +146,9 @@ class CaribouDaemon:
                         event.source
 
     def clean_exit(self):
+        self.keyboard_proxy.Hide()
         self._deregister_event_listeners()
 
-
     def run(self):
         try:
             pyatspi.Registry.start()



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]