diff --git a/ChangeLog b/ChangeLog index 5f8da4ddb2..6cdd6e63b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-02-05 Dan Williams + + * gnome/applet/nm-gconf-wso.c + - (real_serialize_dbus): return TRUE, not 0. Fixes serialization + of unencrypted access point security info. + 2006-02-03 Robert Love * src/NetworkManagerUtils.c: Even for debugging, we should not log the diff --git a/gnome/applet/nm-gconf-wso.c b/gnome/applet/nm-gconf-wso.c index cd6b7f01ee..e1b5f306b4 100644 --- a/gnome/applet/nm-gconf-wso.c +++ b/gnome/applet/nm-gconf-wso.c @@ -201,12 +201,12 @@ nm_gconf_wso_set_key (NMGConfWSO *self, memcpy (self->priv->key, key, key_len); } -static int +static gboolean real_serialize_dbus (NMGConfWSO *self, DBusMessageIter *iter) { /* Nothing to do */ - return 0; + return TRUE; } static int