diff options
| author | jvoisin | 2015-12-20 15:47:13 +0100 |
|---|---|---|
| committer | jvoisin | 2015-12-20 15:47:13 +0100 |
| commit | 731444154c52461d69ad1b9331b7f9af900f693d (patch) | |
| tree | 8aebb8f05e188f77183c64e8ae3715fb63259fae /mat-gui | |
| parent | e51ae6bdaa9cbcbf9a3b71bbefd68a6755d94030 (diff) | |
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
Diffstat (limited to 'mat-gui')
| -rwxr-xr-x | mat-gui | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -3,6 +3,8 @@ | |||
| 3 | 3 | ||
| 4 | """ Metadata anonymisation toolkit - GUI edition """ | 4 | """ Metadata anonymisation toolkit - GUI edition """ |
| 5 | 5 | ||
| 6 | import gi | ||
| 7 | gi.require_version('Gtk', '3.0') | ||
| 6 | from gi.repository import GObject, Gtk, GLib | 8 | from gi.repository import GObject, Gtk, GLib |
| 7 | from gi.repository import Gdk, GdkPixbuf | 9 | from gi.repository import Gdk, GdkPixbuf |
| 8 | 10 | ||
