[caribou/geometry] Hide keyboard when daemon exits.
- From: Eitan Isaacson <eitani src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [caribou/geometry] Hide keyboard when daemon exits.
- Date: Sat, 30 Apr 2011 07:39:17 +0000 (UTC)
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]