mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-07 11:58:12 +02:00
2006-02-27 Robert Love <rml@novell.com>
* gnome/applet/applet.glade: Set "activates_default" on passphrase entry so user can hit <ENTER> after entering passphrase (Novell bug #153738). git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1505 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
b6401e4655
commit
a0ef5bab6f
2 changed files with 8 additions and 2 deletions
|
|
@ -1,3 +1,9 @@
|
||||||
|
2006-02-27 Robert Love <rml@novell.com>
|
||||||
|
|
||||||
|
* gnome/applet/applet.glade: Set "activates_default" on passphrase
|
||||||
|
entry so user can hit <ENTER> after entering passphrase (Novell bug
|
||||||
|
#153738).
|
||||||
|
|
||||||
2006-02-27 Dan Williams <dcbw@redhat.com>
|
2006-02-27 Dan Williams <dcbw@redhat.com>
|
||||||
|
|
||||||
* gnome/applet/*
|
* gnome/applet/*
|
||||||
|
|
|
||||||
|
|
@ -2117,7 +2117,7 @@ Shared Key</property>
|
||||||
<property name="text" translatable="yes"></property>
|
<property name="text" translatable="yes"></property>
|
||||||
<property name="has_frame">True</property>
|
<property name="has_frame">True</property>
|
||||||
<property name="invisible_char">*</property>
|
<property name="invisible_char">*</property>
|
||||||
<property name="activates_default">False</property>
|
<property name="activates_default">True</property>
|
||||||
</widget>
|
</widget>
|
||||||
<packing>
|
<packing>
|
||||||
<property name="left_attach">1</property>
|
<property name="left_attach">1</property>
|
||||||
|
|
@ -2783,7 +2783,7 @@ Shared Key</property>
|
||||||
<property name="text" translatable="yes"></property>
|
<property name="text" translatable="yes"></property>
|
||||||
<property name="has_frame">True</property>
|
<property name="has_frame">True</property>
|
||||||
<property name="invisible_char">*</property>
|
<property name="invisible_char">*</property>
|
||||||
<property name="activates_default">False</property>
|
<property name="activates_default">True</property>
|
||||||
</widget>
|
</widget>
|
||||||
<packing>
|
<packing>
|
||||||
<property name="left_attach">1</property>
|
<property name="left_attach">1</property>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue