This commit is contained in:
ingvar1995
2016-06-06 13:29:17 +03:00
parent 17a8d81486
commit 6a244b30c1
2 changed files with 15 additions and 6 deletions

View File

@ -386,8 +386,8 @@ class MainWindow(QtGui.QMainWindow):
self.p_s = PluginsSettings()
self.p_s.show()
def add_contact(self):
self.a_c = AddContact()
def add_contact(self, link=''):
self.a_c = AddContact(link)
self.a_c.show()
def profile_settings(self, *args):