network: Don't explicitly disconnect signals that are automatically disconnected.
This commit is contained in:
parent
8ded3d956f
commit
362548fbd1
1 changed files with 0 additions and 4 deletions
|
@ -190,10 +190,6 @@ static void
|
||||||
net_connection_editor_finalize (GObject *object)
|
net_connection_editor_finalize (GObject *object)
|
||||||
{
|
{
|
||||||
NetConnectionEditor *self = NET_CONNECTION_EDITOR (object);
|
NetConnectionEditor *self = NET_CONNECTION_EDITOR (object);
|
||||||
GSList *l;
|
|
||||||
|
|
||||||
for (l = self->pages; l != NULL; l = l->next)
|
|
||||||
g_signal_handlers_disconnect_by_func (l->data, page_changed, self);
|
|
||||||
|
|
||||||
g_clear_object (&self->connection);
|
g_clear_object (&self->connection);
|
||||||
g_clear_object (&self->orig_connection);
|
g_clear_object (&self->orig_connection);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue