Skip to content
Snippets Groups Projects
Commit 037e9d6b authored by nkour's avatar nkour
Browse files

pychecker on vcard.py u always find sth

parent e3a9be97
No related branches found
No related tags found
No related merge requests found
......@@ -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 = ''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment