* Fixes NB#105206, add the attachments at the end of the attachment view
authorSergio Villar Senin <svillar@igalia.com>
Tue, 10 Mar 2009 16:20:40 +0000 (16:20 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Tue, 10 Mar 2009 16:20:40 +0000 (16:20 +0000)
pmo-trunk-r7923

src/widgets/modest-attachments-view.c

index a3e6c3f..5e21279 100644 (file)
@@ -205,7 +205,7 @@ modest_attachments_view_add_attachment (ModestAttachmentsView *attachments_view,
        att_view = modest_attachment_view_new (part, detect_size);
        if (!detect_size)
                modest_attachment_view_set_size (MODEST_ATTACHMENT_VIEW (att_view), size);
-       gtk_box_pack_end (GTK_BOX (priv->box), att_view, FALSE, FALSE, 0);
+       gtk_box_pack_start (GTK_BOX (priv->box), att_view, FALSE, FALSE, 0);
        gtk_widget_show_all (att_view);
        gtk_widget_queue_resize (GTK_WIDGET (attachments_view));
 }