8169 8267 typo: Glib should be GLib
This commit is contained in:
parent
ed70aa0d74
commit
9bf4661453
@ -370,7 +370,7 @@ class Gramplet(object):
|
||||
"""
|
||||
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._idle_id = GLib.idle_add(self._updater,
|
||||
priority=GObject.PRIORITY_LOW - 10)
|
||||
|
Loading…
Reference in New Issue
Block a user