Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/controlpanel/gui.py
diff options
context:
space:
mode:
authorAjay Garg <ajay@activitycentral.com>2013-05-12 11:58:20 (GMT)
committer Ajay Garg <ajay@activitycentral.com>2013-05-12 12:04:37 (GMT)
commit43702a73b2832c7a8d995c2003fd5b5f93c13697 (patch)
treeb93717dc5125afafdbc43fb74aed416c8fb7935e /src/jarabe/controlpanel/gui.py
parent80e913ba4af35dae32ce41f627177031d8794676 (diff)
sdxo#2756: Now, when the entries in the "NTP Servers" sections are being edited in ebook-mode, the "Timezone" window will be hidde. When the OSK disappears, the "Timezone" window will be shown again.
Signed-off-by: Ajay Garg <ajay@activitycentral.com>
Diffstat (limited to 'src/jarabe/controlpanel/gui.py')
-rw-r--r--src/jarabe/controlpanel/gui.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/jarabe/controlpanel/gui.py b/src/jarabe/controlpanel/gui.py
index 0a53a60..0ebf43f 100644
--- a/src/jarabe/controlpanel/gui.py
+++ b/src/jarabe/controlpanel/gui.py
@@ -380,6 +380,9 @@ class ControlPanel(Gtk.Window):
from jarabe.view.keyhandler import set_key_handlers_active
set_key_handlers_active(True)
+ from jarabe.view.buddymenu import set_control_panel
+ set_control_panel(None)
+
self.destroy()
def __close_request_cb(self, widget, event=None):