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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user