Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-03-29 23:40:05 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-03-29 23:40:05 (GMT)
commite179dbae14586c21cd99babbe9c676e9726e2428 (patch)
tree9207970c06c20a85334a07d59916b5e2ba848552 /shell
parent87f1e9bcc989c9f10cb37475075ee249779d7466 (diff)
Increase timeouts a bit
Diffstat (limited to 'shell')
-rw-r--r--shell/view/home/MeshBox.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/view/home/MeshBox.py b/shell/view/home/MeshBox.py
index 250f0f9..322d07f 100644
--- a/shell/view/home/MeshBox.py
+++ b/shell/view/home/MeshBox.py
@@ -89,7 +89,7 @@ class AccessPointView(PulsingIcon):
def _update_state(self):
if self._model.props.state == accesspointmodel.STATE_CONNECTING:
- self.props.pulse_time = 0.75
+ self.props.pulse_time = 1.0
self.props.colors = [
[ color.HTMLColor(self._device_stroke),
color.HTMLColor(self._device_fill) ],
@@ -97,7 +97,7 @@ class AccessPointView(PulsingIcon):
color.HTMLColor('#e2e2e2') ]
]
elif self._model.props.state == accesspointmodel.STATE_CONNECTED:
- self.props.pulse_time = 1.5
+ self.props.pulse_time = 2.0
self.props.colors = [
[ color.HTMLColor(self._device_stroke),
color.HTMLColor(self._device_fill) ],