X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;ds=inline;f=src%2Fwidgets%2Fmodest-attachments-view.h;h=c4472e1d715dc3fc3413d50748228b66911770a5;hb=f65cf12510835b6adb63cf583872995940d6daa4;hp=fe11722214039508eaf47f0dd629ba3772e6ff12;hpb=5005894a8cf1c6855823ffcb16455ff70b04796a;p=modest diff --git a/src/widgets/modest-attachments-view.h b/src/widgets/modest-attachments-view.h index fe11722..c4472e1 100644 --- a/src/widgets/modest-attachments-view.h +++ b/src/widgets/modest-attachments-view.h @@ -47,15 +47,15 @@ typedef struct _ModestAttachmentsViewClass ModestAttachmentsViewClass; struct _ModestAttachmentsView { - GtkTextView parent; + GtkVBox parent; }; struct _ModestAttachmentsViewClass { - GtkTextViewClass parent_class; + GtkVBoxClass parent_class; - void (*activate) (ModestAttachmentsView *attachments_view, gint index); + void (*activate) (ModestAttachmentsView *attachments_view, TnyMimePart *mime_part); }; GType modest_attachments_view_get_type (void);