2004-09-09 Bryan Clark <clarkbw@cvs.gnome.org>

* info-daemon/passphrase.glade:
	set passphrase input to activates_default : True


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@142 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Bryan Clark 2004-09-09 21:16:47 +00:00 committed by Bryan W. Clark
parent a5f749fc9a
commit 54d7c3e436
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2004-09-09 Bryan Clark <clarkbw@cvs.gnome.org>
* info-daemon/passphrase.glade:
set passphrase input to activates_default : True
* examples/python/systray/network_tray.py
(network_tray.sort_networks):

View file

@ -13,6 +13,8 @@
<property name="resizable">False</property>
<property name="destroy_with_parent">False</property>
<property name="decorated">True</property>
<property name="skip_taskbar_hint">False</property>
<property name="skip_pager_hint">False</property>
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
<property name="has_separator">False</property>
@ -153,7 +155,7 @@ A passphrase or WEP key is required to access the wireless network '%s'.</proper
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
<property name="invisible_char" translatable="yes">*</property>
<property name="activates_default">False</property>
<property name="activates_default">True</property>
</widget>
<packing>
<property name="padding">0</property>