diff options
| -rwxr-xr-x | mat-gui | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -161,7 +161,7 @@ class GUI(object): | |||
| 161 | """ Popup that display on double-click | 161 | """ Popup that display on double-click |
| 162 | metadata from a file | 162 | metadata from a file |
| 163 | """ | 163 | """ |
| 164 | metadataPopupListStore = self.builder.get_object('metadataPopupListStore') | 164 | metadataPopupListStore = self.builder.get_object('MetadataPopupListStore') |
| 165 | metadataPopupListStore.clear() | 165 | metadataPopupListStore.clear() |
| 166 | if self.liststore[row][0].file.is_clean(): | 166 | if self.liststore[row][0].file.is_clean(): |
| 167 | self.liststore[row][2] = _('Clean') | 167 | self.liststore[row][2] = _('Clean') |
