tox: URI
This commit is contained in:
parent
17a8d81486
commit
6a244b30c1
2 changed files with 15 additions and 6 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue