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:
10
pace-gui/src/pace-gui.desktop.in
Normal file
10
pace-gui/src/pace-gui.desktop.in
Normal 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
|
||||||
@@ -19,12 +19,10 @@ from pinpad_globals import glade_dir
|
|||||||
class PinpadGTK:
|
class PinpadGTK:
|
||||||
"""This a simple GTK based GUI to enter a PIN"""
|
"""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):
|
def __init__(self):
|
||||||
btn_names = ["btnOne", "btnTwo", "btnThree", "btnFour", "btnFive", "btnSix",
|
btn_names = ["btnOne", "btnTwo", "btnThree", "btnFour", "btnFive",
|
||||||
"btnSeven", "btnEight", "btnNine", "btnDel", "btnZero", "btnOk"]
|
"btnSix", "btnSeven", "btnEight", "btnNine", "btnDel",
|
||||||
|
"btnZero", "btnOk"]
|
||||||
|
|
||||||
self.pin = ""
|
self.pin = ""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user