Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgnacio Rodríguez <ignacio@sugarlabs.org>2012-12-31 01:55:19 (GMT)
committer Ignacio Rodríguez <ignacio@sugarlabs.org>2012-12-31 01:55:19 (GMT)
commitc3d750bd6df0b4484e6b14152dcf37ebc932d57a (patch)
tree9fcce8edf3f3d8196da855bcfada0500211318bc
parentae5e9a732de9d98438a1614fe37add8e0c65991e (diff)
Modified: 'gobject' to 'GObject'
-rw-r--r--plugin/browser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/browser.py b/plugin/browser.py
index ca48ca2..6696ca5 100644
--- a/plugin/browser.py
+++ b/plugin/browser.py
@@ -95,7 +95,7 @@ class Browser(Window):
self._reveal = False
elif self._webkit.props.load_status == _WEBKIT_LOAD_FAILED:
if self._initial_load:
- gobject.timeout_add_seconds(_RETRY_TIMEOUT, self._open)
+ GObject.timeout_add_seconds(_RETRY_TIMEOUT, self._open)
else:
self.get_window().set_cursor(None)
elif self._webkit.props.load_status == _WEBKIT_LOAD_PROVISIONAL: