Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/extensions/cpsection/keyboard/view.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-09-18 14:43:44 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-09-18 14:43:44 (GMT)
commitaac27244f0afa012bdac7d5a89e72b59dbb84a76 (patch)
tree537e8496fb00d53f5f9303c5d7e16da0e41b996c /extensions/cpsection/keyboard/view.py
parentbda49d8fd539bb577f597bee291f21737c747c53 (diff)
Sugar craches during undo for the first Keyboard component startup #1341
Diffstat (limited to 'extensions/cpsection/keyboard/view.py')
-rw-r--r--extensions/cpsection/keyboard/view.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/cpsection/keyboard/view.py b/extensions/cpsection/keyboard/view.py
index 04edc4d..074d298 100644
--- a/extensions/cpsection/keyboard/view.py
+++ b/extensions/cpsection/keyboard/view.py
@@ -30,7 +30,7 @@ CLASS = 'Language'
ICON = 'module-keyboard'
TITLE = _('Keyboard')
-_APPLY_TIMEOUT = 3000
+_APPLY_TIMEOUT = 500
#TODO: This cpsection adds checks for xklavier in bin/sugar-session and
# src/jarabe/controlpanel/gui.py. We should get rid of these checks