From 037e9d6b9c4150ede2cba5ac5f054871e2fcec85 Mon Sep 17 00:00:00 2001
From: Nikos Kouremenos <kourem@gmail.com>
Date: Thu, 1 Dec 2005 18:07:43 +0000
Subject: [PATCH] pychecker on vcard.py u always find sth

---
 src/vcard.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/vcard.py b/src/vcard.py
index 6225409e1e..90ee32d0fa 100644
--- a/src/vcard.py
+++ b/src/vcard.py
@@ -406,8 +406,9 @@ class VcardWindow:
 
 	def on_publish_button_clicked(self, widget):
 		if gajim.connections[self.account].connected < 2:
-			ErrorDialog(_('You are not connected to the server'),
-                    _('Without a connection you can not publish your contact information.')).get_response()
+			dialogs.ErrorDialog(_('You are not connected to the server'),
+        		_('Without a connection you can not publish your contact '
+        			'information.')).get_response()
 			return
 		vcard = self.make_vcard()
 		nick = ''
-- 
GitLab