diff options
| author | Marc-André Lureau <marcandre.lureau@gmail.com> | 2012-02-08 17:13:24 +0000 |
|---|---|---|
| committer | Daniel P. Berrange <berrange@redhat.com> | 2012-02-08 17:15:20 +0000 |
| commit | 28830c8596ccdb038ee4d1cf7da349a8fdd00bba (patch) | |
| tree | 020c3a99cf66219c7f92e43ab30f31f70ba2f06b /src | |
| parent | bbf040b777019a26cccc6cca7f12e6add7a8e2a4 (diff) | |
| download | virt-viewer-28830c8596ccdb038ee4d1cf7da349a8fdd00bba.tar.gz virt-viewer-28830c8596ccdb038ee4d1cf7da349a8fdd00bba.tar.xz virt-viewer-28830c8596ccdb038ee4d1cf7da349a8fdd00bba.zip | |
Make the password field activates default widget
When pressing "Enter", the default auth dialog action isn't activated.
Setting activates_default to TRUE fixes this issue.
Diffstat (limited to 'src')
| -rw-r--r-- | src/virt-viewer-auth.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/virt-viewer-auth.xml b/src/virt-viewer-auth.xml index f45143d..4a933f2 100644 --- a/src/virt-viewer-auth.xml +++ b/src/virt-viewer-auth.xml @@ -63,6 +63,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="visibility">False</property> + <property name="activates_default">True</property> </object> <packing> <property name="left_attach">1</property> |
