From 11ae3d70cd4ba5e3d2abb25b65c297f886b94c60 Mon Sep 17 00:00:00 2001 From: oepen Date: Thu, 5 Aug 2010 21:10:16 +0000 Subject: [PATCH] -Removed debug output -Smaller label text git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@249 96b47cad-a561-4643-ad3b-153ac7d7599c --- eID_gui/src/eid/windows.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/eID_gui/src/eid/windows.py b/eID_gui/src/eid/windows.py index e71bfa4..708412a 100644 --- a/eID_gui/src/eid/windows.py +++ b/eID_gui/src/eid/windows.py @@ -623,7 +623,7 @@ class PINChanger(PinpadGTK): elif self.states[self.state] == "first_new_pin": lbl_title.set_text("Neue PIN eingeben") 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")) btn_ok.set_sensitive(False) @@ -632,7 +632,6 @@ class PINChanger(PinpadGTK): """Run PACE with the old pin to see if it is correct""" #cmd contains the command and all the parameters for our subproccess cmd = ["pace-tool", "--pin=" + self.pin] - print cmd #Try to call pace-tool. This is a blocking call. An animation is being #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 = ["pace-tool", "--pin=" + self.__old_pin, "--new-pin=" + self.__new_pin1] - print cmd #Try to call pace-tool. This is a blocking call. An animation is being #shown while the subprocess is running