Merge branch 'master' of ssh://git.code.sf.net/p/gramps/source

This commit is contained in:
Doug Blank 2015-01-03 10:28:06 -05:00
commit bc4cd8ec2e

View File

@ -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)