pyqt4 fixes
This commit is contained in:
parent
546eb9f042
commit
3db10ead6a
@ -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 New Issue
Block a user