[Pkg-privacy-commits] [mat] 04/09: Fix the metadata popup

Sascha Steinbiss sascha at steinbiss.name
Tue Jan 5 20:06:07 UTC 2016


This is an automated email from the git hooks/post-receive script.

sascha-guest pushed a commit to branch master
in repository mat.

commit af7b6ba1dd39b8cc0736f36bcceb1fc06c356372
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