File gnome-session-bnc486788-ice-shutdown.patch of Package gnome-session
--- branches/gnome-2-24/gnome-session/gsm-xsmp-client.c 2008/11/25 18:58:13 5154 +++ branches/gnome-2-24/gnome-session/gsm-xsmp-client.c 2009/01/06 01:44:47 5173 @@ -636,6 +636,7 @@ } if (client->priv->ice_connection != NULL) { + IceSetShutdownNegotiation (client->priv->ice_connection, FALSE); IceCloseConnection (client->priv->ice_connection); }