From e73b82d184774631d960543a8dd4ae623a31f80b Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 3 Jan 2016 20:38:10 +0100 Subject: Fix the metadata popup --- mat-gui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): """ Popup that display on double-click metadata from a file """ - metadataPopupListStore = self.builder.get_object('metadataPopupListStore') + metadataPopupListStore = self.builder.get_object('MetadataPopupListStore') metadataPopupListStore.clear() if self.liststore[row][0].file.is_clean(): self.liststore[row][2] = _('Clean') -- cgit v1.3