From e795e98fb257758c5ea47bea684485307028cd2d Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 25 Jan 2013 14:14:14 +0100 Subject: Fix a typo gtk2->gtk3 --- mat-gui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mat-gui b/mat-gui index b1157ea..3ef3523 100755 --- a/mat-gui +++ b/mat-gui @@ -383,7 +383,7 @@ class GUI: w.set_artists(['Marine BenoƮt', ]) w.set_copyright('GNU Public License v2') w.set_comments(_('This software was coded during the GSoC 2011')) - w.set_logo(Gdk.Pixbuf.new_from_file_at_size(self.logo, 400, 200)) + w.set_logo(GdkPixbuf.Pixbuf.new_from_file_at_size(self.logo, 400, 200)) w.set_program_name('Metadata Anonymisation Toolkit') w.set_version(mat.__version__) w.set_website('https://mat.boum.org') -- cgit v1.3