[Pkg-privacy-commits] [mat] 04/07: Fix the metadata popup
Sascha Steinbiss
sascha at steinbiss.name
Tue Jan 5 20:06:08 UTC 2016
This is an automated email from the git hooks/post-receive script.
sascha-guest pushed a commit to branch upstream
in repository mat.
commit e73b82d184774631d960543a8dd4ae623a31f80b
Author: jvoisin <julien.voisin at dustri.org>
Date: Sun Jan 3 20:38:10 2016 +0100
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')
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/mat.git
More information about the Pkg-privacy-commits
mailing list