gnome-session r5173 - in branches/gnome-2-24: . gnome-session



Author: lucasr
Date: Tue Jan  6 01:44:47 2009
New Revision: 5173
URL: http://svn.gnome.org/viewvc/gnome-session?rev=5173&view=rev

Log:
2009-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:
   branches/gnome-2-24/ChangeLog
   branches/gnome-2-24/gnome-session/gsm-xsmp-client.c

Modified: branches/gnome-2-24/gnome-session/gsm-xsmp-client.c
==============================================================================
--- branches/gnome-2-24/gnome-session/gsm-xsmp-client.c	(original)
+++ branches/gnome-2-24/gnome-session/gsm-xsmp-client.c	Tue Jan  6 01:44:47 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]