[caribou: 19/22] Hide keyboard when daemon exits.
- From: Eitan Isaacson <eitani src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [caribou: 19/22] Hide keyboard when daemon exits.
- Date: Mon, 2 May 2011 17:27:43 +0000 (UTC)
commit 6dfa50e280b48da05af2ca87fb74a8e138c09233
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]