From 731444154c52461d69ad1b9331b7f9af900f693d Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 20 Dec 2015 15:47:13 +0100 Subject: Improves the previous commit thanks to intrigeri I forgot to add `gi.require_version('Poppler', '0.18')` everywhere, and `gi.require_version('Gtk', '3.0')` in mat-gui too --- mat-gui | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mat-gui') diff --git a/mat-gui b/mat-gui index e313251..238fdd7 100755 --- a/mat-gui +++ b/mat-gui @@ -3,6 +3,8 @@ """ Metadata anonymisation toolkit - GUI edition """ +import gi +gi.require_version('Gtk', '3.0') from gi.repository import GObject, Gtk, GLib from gi.repository import Gdk, GdkPixbuf -- cgit v1.3