diff options
| -rwxr-xr-x | mat-gui | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | ||
