diff options
Diffstat (limited to 'invest-applet/invest/mate-invest-chart')
-rwxr-xr-x | invest-applet/invest/mate-invest-chart | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/invest-applet/invest/mate-invest-chart b/invest-applet/invest/mate-invest-chart index 5c8ed9d3..78653479 100755 --- a/invest-applet/invest/mate-invest-chart +++ b/invest-applet/invest/mate-invest-chart @@ -3,7 +3,7 @@ import sys, mate_invest.chart import gi -gi.require_version("Gtk", "2.0") +gi.require_version("Gtk", mate_invest.defs.GTK_API_VERSION) from gi.repository import Gtk # Prepare i18n |