* src/maemo/modest-msg-edit-window.c: added support for rich editing
[modest] / src / widgets / modest-msg-view.h
index e02dfaf..8e34f4f 100644 (file)
@@ -64,7 +64,7 @@ struct _ModestMsgViewClass {
                                    gpointer user_data);
        void (*link_clicked)       (ModestMsgView *msgview, const gchar* link,
                                    gpointer user_data);
-       void (*attachment_clicked) (ModestMsgView *msgview, int index,
+       void (*attachment_clicked) (ModestMsgView *msgview, TnyMimePart *mime_part,
                                    gpointer user_data);
        void (*recpt_activated)    (ModestMsgView *msgview, const gchar *address,
                                    gpointer user_data);