mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 14:00:11 +01:00
2006-01-08 Dan Williams <dcbw@redhat.com>
* gnome/applet/wso-wpa-psk-hex.c gnome/applet/wso-wpa-psk-passphrase.c - Hook up the append_dbus_params_func() function git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1294 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
31d9afa381
commit
46d05f9ab7
3 changed files with 8 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2006-01-08 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
* gnome/applet/wso-wpa-psk-hex.c
|
||||
gnome/applet/wso-wpa-psk-passphrase.c
|
||||
- Hook up the append_dbus_params_func() function
|
||||
|
||||
2006-01-08 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
* src/nm-device-802-11-wireless.c
|
||||
|
|
|
|||
|
|
@ -115,6 +115,7 @@ WirelessSecurityOption * wso_wpa_psk_hex_new (const char *glade_file)
|
|||
opt->data_free_func = data_free_func;
|
||||
opt->validate_input_func = validate_input_func;
|
||||
opt->widget_create_func = widget_create_func;
|
||||
opt->append_dbus_params_func = append_dbus_params_func;
|
||||
|
||||
if (!(opt->uixml = glade_xml_new (glade_file, opt->widget_name, NULL)))
|
||||
{
|
||||
|
|
|
|||
|
|
@ -115,6 +115,7 @@ WirelessSecurityOption * wso_wpa_psk_passphrase_new (const char *glade_file)
|
|||
opt->data_free_func = data_free_func;
|
||||
opt->validate_input_func = validate_input_func;
|
||||
opt->widget_create_func = widget_create_func;
|
||||
opt->append_dbus_params_func = append_dbus_params_func;
|
||||
|
||||
if (!(opt->uixml = glade_xml_new (glade_file, opt->widget_name, NULL)))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue