diff options
Diffstat (limited to 'invest-applet/invest/help.py')
-rw-r--r-- | invest-applet/invest/help.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/invest-applet/invest/help.py b/invest-applet/invest/help.py index a203f782..81c74fac 100644 --- a/invest-applet/invest/help.py +++ b/invest-applet/invest/help.py @@ -1,7 +1,8 @@ # -*- coding: utf-8 -*- +from mate_invest.defs import GTK_API_VERSION import gi -gi.require_version("Gtk", "2.0") +gi.require_version("Gtk", GTK_API_VERSION) from gi.repository import Gtk from gi.repository import Gdk |