r7175 - dumbhippo/trunk/client/common/ddm



Author: otaylor
Date: 2008-01-10 11:40:01 -0600 (Thu, 10 Jan 2008)
New Revision: 7175

Modified:
   dumbhippo/trunk/client/common/ddm/ddm-feed.c
Log:
Fix bug when clearing feed

Modified: dumbhippo/trunk/client/common/ddm/ddm-feed.c
===================================================================
--- dumbhippo/trunk/client/common/ddm/ddm-feed.c	2008-01-10 17:39:29 UTC (rev 7174)
+++ dumbhippo/trunk/client/common/ddm/ddm-feed.c	2008-01-10 17:40:01 UTC (rev 7175)
@@ -210,7 +210,7 @@
     feed->items = NULL;
 
     for (l = items; l; l = l->next) {
-        DDMFeedItem *item = items->data;
+        DDMFeedItem *item = l->data;
 
         if (emit_signals)
             g_signal_emit(feed, signals[ITEM_REMOVED], 0, item->resource);



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