gnome-session r5171 - in trunk: . gnome-session
- From: lucasr svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-session r5171 - in trunk: . gnome-session
- Date: Tue, 6 Jan 2009 01:40:26 +0000 (UTC)
Author: lucasr
Date: Tue Jan 6 01:40:26 2009
New Revision: 5171
URL: http://svn.gnome.org/viewvc/gnome-session?rev=5171&view=rev
Log:
2008-01-06 Lucas Rocha <lucasr gnome org>
Bug 563354 â gnome-session does not close ICE connection for qt3 apps
* gnome-session/gsm-xsmp-client.c (gsm_xsmp_client_disconnect):
disable shutdown negotiation before closing the ICE connection when
connection is known to be terminated.
Patch by Edward Sheldrake.
Modified:
trunk/ChangeLog
trunk/gnome-session/gsm-xsmp-client.c
Modified: trunk/gnome-session/gsm-xsmp-client.c
==============================================================================
--- trunk/gnome-session/gsm-xsmp-client.c (original)
+++ trunk/gnome-session/gsm-xsmp-client.c Tue Jan 6 01:40:26 2009
@@ -636,6 +636,7 @@
}
if (client->priv->ice_connection != NULL) {
+ IceSetShutdownNegotiation (client->priv->ice_connection, FALSE);
IceCloseConnection (client->priv->ice_connection);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]