pyqt4 fixes
This commit is contained in:
parent
546eb9f042
commit
3db10ead6a
2 changed files with 5 additions and 9 deletions
|
@ -376,7 +376,7 @@ class MainWindow(QtGui.QMainWindow, Singleton):
|
|||
self.p_s.show()
|
||||
|
||||
def add_contact(self, link=''):
|
||||
self.a_c = AddContact(link)
|
||||
self.a_c = AddContact(link or '')
|
||||
self.a_c.show()
|
||||
|
||||
def profilesettings(self, *args):
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue