From: Vivek Sekar Date: Wed, 27 Aug 2008 07:33:05 +0000 (+0000) Subject: Merged fix for bug 87257 from trunk X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;h=fa27b19c58acfbca79ebed1916b62d148051724e;p=modest Merged fix for bug 87257 from trunk pmo-diablo-r5375 --- diff --git a/src/widgets/modest-window-mgr.c b/src/widgets/modest-window-mgr.c index 494173d..86acaab 100644 --- a/src/widgets/modest-window-mgr.c +++ b/src/widgets/modest-window-mgr.c @@ -330,7 +330,7 @@ remove_uid (GSList *list, const gchar *uid) GSList *cursor = list, *start = list; if (!uid) - return FALSE; + return list; while (cursor) { GSList *next = g_slist_next (cursor);