summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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')