Added missing file to version control

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@144 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
oepen
2010-06-10 08:54:18 +00:00
parent 6b5c0f692d
commit 344946daf7
2 changed files with 13 additions and 5 deletions

View File

@@ -0,0 +1,10 @@
[Desktop Entry]
Version=@VERSION@
Encoding=UTF-8
Name=PACE-GUI
Comment=GUI zur Eingabe einer PIN/CAN/PUK für pace-tool
Exec=pinpad.py
Icon=@prefix@/share/pixmaps/OpenPACElogo.png
Terminal=false
Type=Application
StartupNotify=false

View File

@@ -19,12 +19,10 @@ from pinpad_globals import glade_dir
class PinpadGTK:
"""This a simple GTK based GUI to enter a PIN"""
btn_names = ["btnOne", "btnTwo", "btnThree", "btnFour", "btnFive", "btnSix",
"btnSeven", "btnEight", "btnNine", "btnDel", "btnZero", "btnOk" ]
def __init__(self):
btn_names = ["btnOne", "btnTwo", "btnThree", "btnFour", "btnFive", "btnSix",
"btnSeven", "btnEight", "btnNine", "btnDel", "btnZero", "btnOk"]
btn_names = ["btnOne", "btnTwo", "btnThree", "btnFour", "btnFive",
"btnSix", "btnSeven", "btnEight", "btnNine", "btnDel",
"btnZero", "btnOk"]
self.pin = ""