-Removed debug output
-Smaller label text git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@249 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
@@ -623,7 +623,7 @@ class PINChanger(PinpadGTK):
|
|||||||
elif self.states[self.state] == "first_new_pin":
|
elif self.states[self.state] == "first_new_pin":
|
||||||
lbl_title.set_text("Neue PIN eingeben")
|
lbl_title.set_text("Neue PIN eingeben")
|
||||||
elif self.states[self.state] == "second_new_pin":
|
elif self.states[self.state] == "second_new_pin":
|
||||||
lbl_title.set_text("Neue PIN wiederholen")
|
lbl_title.set_text("PIN wiederholen")
|
||||||
lbl_title.modify_font(pango.FontDescription("bold 11"))
|
lbl_title.modify_font(pango.FontDescription("bold 11"))
|
||||||
|
|
||||||
btn_ok.set_sensitive(False)
|
btn_ok.set_sensitive(False)
|
||||||
@@ -632,7 +632,6 @@ class PINChanger(PinpadGTK):
|
|||||||
"""Run PACE with the old pin to see if it is correct"""
|
"""Run PACE with the old pin to see if it is correct"""
|
||||||
#cmd contains the command and all the parameters for our subproccess
|
#cmd contains the command and all the parameters for our subproccess
|
||||||
cmd = ["pace-tool", "--pin=" + self.pin]
|
cmd = ["pace-tool", "--pin=" + self.pin]
|
||||||
print cmd
|
|
||||||
|
|
||||||
#Try to call pace-tool. This is a blocking call. An animation is being
|
#Try to call pace-tool. This is a blocking call. An animation is being
|
||||||
#shown while the subprocess is running
|
#shown while the subprocess is running
|
||||||
@@ -687,7 +686,6 @@ class PINChanger(PinpadGTK):
|
|||||||
#cmd contains the command and all the parameters for our subproccess
|
#cmd contains the command and all the parameters for our subproccess
|
||||||
cmd = ["pace-tool", "--pin=" + self.__old_pin,
|
cmd = ["pace-tool", "--pin=" + self.__old_pin,
|
||||||
"--new-pin=" + self.__new_pin1]
|
"--new-pin=" + self.__new_pin1]
|
||||||
print cmd
|
|
||||||
|
|
||||||
#Try to call pace-tool. This is a blocking call. An animation is being
|
#Try to call pace-tool. This is a blocking call. An animation is being
|
||||||
#shown while the subprocess is running
|
#shown while the subprocess is running
|
||||||
|
|||||||
Reference in New Issue
Block a user