From 7a66ca858e40e827f06ff3054d1b5a2a4217d0f8 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 3 Jan 2016 20:52:17 +0100 Subject: Use GObject types instead of Python ones for the GUI --- mat-gui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mat-gui') diff --git a/mat-gui b/mat-gui index 5d2a439..cedc099 100755 --- a/mat-gui +++ b/mat-gui @@ -371,7 +371,7 @@ non-anonymised) file to output archive')) sc.add_with_viewport(vbox) dialog.get_content_area().pack_start(sc, True, True, 0) - store = Gtk.ListStore(bool, str) + store = Gtk.ListStore(GObject.TYPE_BOOLEAN, GObject.TYPE_STRING) for i in files_list: # store.extend is not supported, wtf?! store.append([0, os.path.basename(i)]) -- cgit v1.3