pyqt4 fixes

This commit is contained in:
ingvar1995 2016-07-26 21:03:18 +03:00
parent 546eb9f042
commit 3db10ead6a
2 changed files with 5 additions and 9 deletions

View File

@ -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