r6898 - dumbhippo/trunk/client/common/ddm



Author: otaylor
Date: 2007-11-12 17:06:57 -0600 (Mon, 12 Nov 2007)
New Revision: 6898

Modified:
   dumbhippo/trunk/client/common/ddm/ddm-data-resource.c
Log:
Actually add the newly created client record to the list of clients

Modified: dumbhippo/trunk/client/common/ddm/ddm-data-resource.c
===================================================================
--- dumbhippo/trunk/client/common/ddm/ddm-data-resource.c	2007-11-12 21:36:49 UTC (rev 6897)
+++ dumbhippo/trunk/client/common/ddm/ddm-data-resource.c	2007-11-12 23:06:57 UTC (rev 6898)
@@ -775,6 +775,8 @@
         data_client = g_new(DataClient, 1);
         data_client->client = client;
         data_client->fetch = ddm_data_fetch_ref(fetch);
+
+        resource->clients = g_slist_prepend(resource->clients, data_client);
     }
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]