summaryrefslogtreecommitdiff
path: root/invest-applet/invest/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'invest-applet/invest/__init__.py')
-rw-r--r--invest-applet/invest/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/invest-applet/invest/__init__.py b/invest-applet/invest/__init__.py
index 8835f7d6..0bc70f94 100644
--- a/invest-applet/invest/__init__.py
+++ b/invest-applet/invest/__init__.py
@@ -7,7 +7,7 @@ import datetime
from defs import *
import gi
-gi.require_version("Gtk", GTK_API_VERSION)
+gi.require_version("Gtk", "3.0")
from gi.repository import Gtk
from gi.repository import Gdk
from gi.repository import GObject