From c5ddeeca5e087e527b16208106aed7ac344a58a8 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Thu, 4 May 2017 15:33:53 -0700 Subject: [PATCH] Fix GI version check warning on GtkosxApplication. --- gramps/gui/viewmanager.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gramps/gui/viewmanager.py b/gramps/gui/viewmanager.py index 7997ee9e6..cb6e83842 100644 --- a/gramps/gui/viewmanager.py +++ b/gramps/gui/viewmanager.py @@ -101,6 +101,7 @@ from .managedwindow import ManagedWindow #------------------------------------------------------------------------- if is_quartz(): try: + gi.require_version('GtkosApplication', '1.0') from gi.repository import GtkosxApplication as QuartzApp _GTKOSXAPPLICATION = True except: