8169 8267 typo: Glib should be GLib

This commit is contained in:
Jérôme Rapinat 2015-01-03 16:08:55 +01:00
parent ed70aa0d74
commit 9bf4661453

View File

@ -370,7 +370,7 @@ class Gramplet(object):
""" """
Resume the :meth:`main` method that has previously paused. Resume the :meth:`main` method that has previously paused.
""" """
from gi.repository import GObject, Glib from gi.repository import GObject, GLib
self._pause = False self._pause = False
self._idle_id = GLib.idle_add(self._updater, self._idle_id = GLib.idle_add(self._updater,
priority=GObject.PRIORITY_LOW - 10) priority=GObject.PRIORITY_LOW - 10)