From 7ce16668fbe98113f742785c41b846969dc2ef42 Mon Sep 17 00:00:00 2001 From: Jean-Marie Traissard Date: Fri, 2 May 2008 14:36:28 +0000 Subject: [PATCH] Remove 2 generalization in dialogs, we are not generalizing here. --- src/dialogs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dialogs.py b/src/dialogs.py index f698f726f..0d6474878 100644 --- a/src/dialogs.py +++ b/src/dialogs.py @@ -1129,13 +1129,13 @@ class FileChooserDialog(gtk.FileChooserDialog): def just_destroy(self, widget): self.destroy() -class BindPortError(HigDialog): +class BindPortError(): def __init__(self, port): ErrorDialog(_('Unable to bind to port %s.') % port, _('Maybe you have another running instance of Gajim. ' 'File Transfer will be cancelled.')) -class AspellDictError(HigDialog): +class AspellDictError(): def __init__(self, lang): ErrorDialog( _('Dictionary for lang %s not available') % lang,