Merge branch 'master' of ssh://git.code.sf.net/p/gramps/source
This commit is contained in:
commit
bc4cd8ec2e
@ -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