2008-05-02 Dan Williams <dcbw@redhat.com>

* system-settings/plugins/ifcfg-fedora/plugin.c
		- (dispose): use right unref call on the DBusGConnection



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3629 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams 2008-05-02 16:22:39 +00:00
parent 302114db36
commit 9fdd6fb123
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2008-05-02 Dan Williams <dcbw@redhat.com>
* system-settings/plugins/ifcfg-fedora/plugin.c
- (dispose): use right unref call on the DBusGConnection
2008-05-02 Dan Williams <dcbw@redhat.com>
* src/nm-serial-device.c

View file

@ -928,7 +928,7 @@ dispose (GObject *object)
g_object_unref (priv->hal_mgr);
if (priv->g_connection)
g_object_unref (priv->g_connection);
dbus_g_connection_unref (priv->g_connection);
G_OBJECT_CLASS (sc_plugin_ifcfg_parent_class)->dispose (object);
}