Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/dialogs.py')
-rw-r--r--src/dialogs.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/dialogs.py b/src/dialogs.py
index 7ffad29ca..4e0536468 100644
--- a/src/dialogs.py
+++ b/src/dialogs.py
@@ -1186,12 +1186,6 @@ class FileChooserDialog(gtk.FileChooserDialog):
def just_destroy(self, widget):
self.destroy()
-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:
def __init__(self, lang):
ErrorDialog(