* Fixes NB#87257, do not reenable the delete button if opening an editor while downl...
authorSergio Villar Senin <svillar@igalia.com>
Thu, 31 Jul 2008 12:10:06 +0000 (12:10 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Thu, 31 Jul 2008 12:10:06 +0000 (12:10 +0000)
pmo-trunk-r5230

src/widgets/modest-window-mgr.c

index 585d071..1d84505 100644 (file)
@@ -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);