X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-ui.h;h=b1ff8c3983b5609a2253cd5aacb9e8b453140731;hp=584d11c7147f515c173f0ec78e17b82f1c5d8a41;hb=61ab7deeea2e62ec29ee6b4710f9b097fab233c4;hpb=ffe54f8d774671aff5f81b23aa38ac086ba99492 diff --git a/src/modest-ui.h b/src/modest-ui.h index 584d11c..b1ff8c3 100644 --- a/src/modest-ui.h +++ b/src/modest-ui.h @@ -7,7 +7,7 @@ #include #include #include "modest-conf.h" - +#include "modest-tny-msg-view.h" G_BEGIN_DECLS @@ -95,7 +95,7 @@ gboolean modest_ui_editor_window_set_subject_header(const gchar *subject, gpoint gboolean modest_ui_editor_window_set_body(const gchar *body, gpointer window_data); gboolean modest_ui_editor_window_update_attachments(gpointer window_data); -GtkContainer *modest_ui_new_viewer_window (ModestUI *modest_ui, gpointer *user_data); +GtkContainer *modest_ui_new_viewer_window (ModestUI *modest_ui, GtkWidget *msg_view, TnyMsgIface *msg, gpointer *user_data); G_END_DECLS