Fixed wrong label text at startup

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@250 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
oepen
2010-08-05 21:30:47 +00:00
parent 11ae3d70cd
commit a9fffba9a8

View File

@@ -555,6 +555,7 @@ class PINChanger(PinpadGTK):
self.state = 0 self.state = 0
self.__old_pin = "" self.__old_pin = ""
self.__new_pin1 = "" self.__new_pin1 = ""
self.__update_gui()
def btnOk_clicked(self, widget, data=None): def btnOk_clicked(self, widget, data=None):
"""PIN was entered . Check it and according to this check proceed """PIN was entered . Check it and according to this check proceed