From 396b9d99d4d100cb4a40a9ad86d1cb7f87bc094b Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 19 Feb 2012 18:35:28 +0100 Subject: Fix a bug inthe "about" dialog Clicking on close didn't destroy the window --- mat-gui | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mat-gui b/mat-gui index c1fb98f..803f856 100755 --- a/mat-gui +++ b/mat-gui @@ -387,8 +387,7 @@ class GUI: w.set_website_label(_('Website')) w.set_position(gtk.WIN_POS_CENTER) click = w.run() - if click: - w.destroy() + w.destroy() def __supported(self, button): ''' -- cgit v1.3