summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2016-01-03 20:38:10 +0100
committerjvoisin2016-01-03 20:38:10 +0100
commite73b82d184774631d960543a8dd4ae623a31f80b (patch)
tree54e13409888326ee783dad20b6fd5a262e3a0f52
parent75fa39309ac06ea0189fe37f84bbd44d0f27c00e (diff)
Fix the metadata popup
-rwxr-xr-xmat-gui2
1 files changed, 1 insertions, 1 deletions
diff --git a/mat-gui b/mat-gui
index 3037021..5d2a439 100755
--- a/mat-gui
+++ b/mat-gui
@@ -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')