diff options
Diffstat (limited to 'mat-gui')
| -rwxr-xr-x | mat-gui | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -276,7 +276,9 @@ data loss, but clean more efficiently')) | |||
| 276 | if self.add_file_to_treeview(filename): | 276 | if self.add_file_to_treeview(filename): |
| 277 | not_supported.append(item) | 277 | not_supported.append(item) |
| 278 | yield True | 278 | yield True |
| 279 | self.popup_non_supported(not_supported) | 279 | #self.popup_non_supported(not_supported) |
| 280 | if len(not_supported): | ||
| 281 | self.popup_non_supported(not_supported) | ||
| 280 | yield False | 282 | yield False |
| 281 | 283 | ||
| 282 | def add_file_to_treeview(self, filename): | 284 | def add_file_to_treeview(self, filename): |
