Remove 2 generalization in dialogs, we are not generalizing here.

This commit is contained in:
Jean-Marie Traissard 2008-05-02 14:36:28 +00:00
parent b6c10c31d4
commit 7ce16668fb
1 changed files with 2 additions and 2 deletions

View File

@ -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,