summaryrefslogtreecommitdiff
path: root/mat-gui
diff options
context:
space:
mode:
Diffstat (limited to 'mat-gui')
-rwxr-xr-xmat-gui2
1 files changed, 1 insertions, 1 deletions
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'))
371 sc.add_with_viewport(vbox) 371 sc.add_with_viewport(vbox)
372 372
373 dialog.get_content_area().pack_start(sc, True, True, 0) 373 dialog.get_content_area().pack_start(sc, True, True, 0)
374 store = Gtk.ListStore(bool, str) 374 store = Gtk.ListStore(GObject.TYPE_BOOLEAN, GObject.TYPE_STRING)
375 for i in files_list: # store.extend is not supported, wtf?! 375 for i in files_list: # store.extend is not supported, wtf?!
376 store.append([0, os.path.basename(i)]) 376 store.append([0, os.path.basename(i)])
377 377