diff options
| author | jvoisin | 2016-01-03 20:38:10 +0100 |
|---|---|---|
| committer | jvoisin | 2016-01-03 20:38:10 +0100 |
| commit | e73b82d184774631d960543a8dd4ae623a31f80b (patch) | |
| tree | 54e13409888326ee783dad20b6fd5a262e3a0f52 /mat-gui | |
| parent | 75fa39309ac06ea0189fe37f84bbd44d0f27c00e (diff) | |
Fix the metadata popup
Diffstat (limited to 'mat-gui')
| -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') |
