diff --git a/gramps/gen/plug/_gramplet.py b/gramps/gen/plug/_gramplet.py index dabb32272..9cf872b94 100644 --- a/gramps/gen/plug/_gramplet.py +++ b/gramps/gen/plug/_gramplet.py @@ -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)