* src/modest-ui-dimming-rules.c:
[modest] / src / modest-ui-dimming-rules.c
index 34c4d53..d75b5cd 100644 (file)
@@ -1566,7 +1566,7 @@ modest_ui_dimming_rules_on_editor_remove_attachment (ModestWindow *win, gpointer
                n_att_selected = tny_list_get_length (selected_attachments);
                g_object_unref (selected_attachments);
 
-               dimmed = (n_att_selected != 1);
+               dimmed = (n_att_selected < 1);
        }
        
        return dimmed;