* src/maemo/modest-msg-edit-window.c: added support for rich editing
[modest] / src / widgets / modest-attachments-view.h
index fe11722..c4472e1 100644 (file)
@@ -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);