core: DBusGConnections are not GObjects

Introduced in 64fd8eea77.
This commit is contained in:
Dan Williams
2012-10-14 10:43:54 -05:00
parent ea0c3a3e0f
commit c5744bc73d

View File

@@ -94,7 +94,6 @@ nm_sleep_monitor_init (NMSleepMonitor *self)
self, NULL);
} else
nm_log_warn (LOGD_SUSPEND, "could not initialize UPower D-Bus proxy");
g_object_unref (bus);
g_object_unref (dbus_mgr);
}