GNOME Bugzilla – Bug 637476
BluetoothApplet connects signals to finalized objects
Last modified: 2010-12-17 17:48:49 UTC
This is because it does not nullify ->device_model when ->default_adapter is NULL.
Created attachment 176597 [details] [review] BluetoothApplet: ensure that ->device_model is valid Set ->device_model to NULL when ->default_adapter is NULL as well, so we won't connect signals to it, and won't make wrong assumptions on it.