File NetworkManager-gnome-bluetooth-crash.patch of Package NetworkManager-gnome.openSUSE_12.1_Update
Index: network-manager-applet-0.9.1.90/src/gnome-bluetooth/bt-widget.c =================================================================== --- network-manager-applet-0.9.1.90.orig/src/gnome-bluetooth/bt-widget.c +++ network-manager-applet-0.9.1.90/src/gnome-bluetooth/bt-widget.c @@ -944,7 +944,12 @@ plugin_info_destroy (gpointer data) gtk_spinner_stop (GTK_SPINNER (info->spinner)); g_object_unref (info->settings); g_object_unref (info->btmodel); + + g_signal_handlers_disconnect_matched (info->btclient, + G_SIGNAL_MATCH_DATA, 0, 0, NULL, + NULL, info); g_object_unref (info->btclient); + if (info->bus) dbus_g_connection_unref (info->bus); memset (info, 0, sizeof (PluginInfo));