From e07db99e4ab834f562bd1d1234a5827ae5ef4747 Mon Sep 17 00:00:00 2001 From: infirit Date: Tue, 4 Feb 2014 22:57:59 +0100 Subject: invest-applet: Add gtk3 support --- invest-applet/invest/about.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'invest-applet/invest/about.py') diff --git a/invest-applet/invest/about.py b/invest-applet/invest/about.py index 9599c687..1cbd336a 100644 --- a/invest-applet/invest/about.py +++ b/invest-applet/invest/about.py @@ -1,11 +1,11 @@ # -*- coding: utf-8 -*- from os.path import join from gettext import gettext as _ -from mate_invest.defs import VERSION +from mate_invest.defs import VERSION, GTK_API_VERSION import mate_invest 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 from gi.repository import GdkPixbuf -- cgit v1.2.1