Only enable the Okay button if enough digits were entered

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@240 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
oepen
2010-08-02 20:50:08 +00:00
parent 9e48d0b20d
commit c0cce5d252
2 changed files with 21 additions and 12 deletions

View File

@@ -250,6 +250,7 @@
<object class="GtkButton" id="btnOk">
<property name="label">Ok</property>
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<signal name="clicked" handler="on_btnOk_clicked"/>