[Pkg-privacy-commits] [mat] 05/07: Use GObject types instead of Python ones for the GUI
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 7a66ca858e40e827f06ff3054d1b5a2a4217d0f8
Author: jvoisin <julien.voisin at dustri.org>
Date: Sun Jan 3 20:52:17 2016 +0100
Use GObject types instead of Python ones for the GUI
---
mat-gui | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mat-gui b/mat-gui
index 5d2a439..cedc099 100755
--- a/mat-gui
+++ b/mat-gui
@@ -371,7 +371,7 @@ non-anonymised) file to output archive'))
sc.add_with_viewport(vbox)
dialog.get_content_area().pack_start(sc, True, True, 0)
- store = Gtk.ListStore(bool, str)
+ store = Gtk.ListStore(GObject.TYPE_BOOLEAN, GObject.TYPE_STRING)
for i in files_list: # store.extend is not supported, wtf?!
store.append([0, os.path.basename(i)])
--
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