r7163 - dumbhippo/trunk/client/common/ddm
- From: commits mugshot org
- To: online-desktop-list gnome org
- Subject: r7163 - dumbhippo/trunk/client/common/ddm
- Date: Wed, 9 Jan 2008 16:04:40 -0600 (CST)
Author: otaylor
Date: 2008-01-09 16:04:40 -0600 (Wed, 09 Jan 2008)
New Revision: 7163
Modified:
dumbhippo/trunk/client/common/ddm/ddm-data-resource.c
Log:
Remove all matching connections for ddm_data_resource_disconnect()
Modified: dumbhippo/trunk/client/common/ddm/ddm-data-resource.c
===================================================================
--- dumbhippo/trunk/client/common/ddm/ddm-data-resource.c 2008-01-09 19:54:39 UTC (rev 7162)
+++ dumbhippo/trunk/client/common/ddm/ddm-data-resource.c 2008-01-09 22:04:40 UTC (rev 7163)
@@ -856,7 +856,6 @@
if (connection->function == function && connection->user_data == user_data) {
resource->connections = g_slist_delete_link(resource->connections, l);
g_free(connection);
- return;
}
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]