X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fwidgets%2Fmodest-mail-header-view.c;h=485eecdc65db00537906dacf145a56348a6882aa;hb=e9fce077ab54bbcca027ce4de4a8712ac65c85d5;hp=c9a8977aa67727e7c26b81d8e4092c1647e92337;hpb=787729e8e4601473277246c5655fb5db65dc19c8;p=modest diff --git a/src/widgets/modest-mail-header-view.c b/src/widgets/modest-mail-header-view.c index c9a8977..485eecd 100644 --- a/src/widgets/modest-mail-header-view.c +++ b/src/widgets/modest-mail-header-view.c @@ -63,6 +63,12 @@ modest_mail_header_view_set_loading (ModestMailHeaderView *self, gboolean is_loa MODEST_MAIL_HEADER_VIEW_GET_IFACE (self)->set_loading (self, is_loading); } +void +modest_mail_header_view_set_branding (ModestMailHeaderView *self, const gchar *brand_name, const GdkPixbuf *brand_icon) +{ + MODEST_MAIL_HEADER_VIEW_GET_IFACE (self)->set_branding (self, brand_name, brand_icon); +} + const GtkWidget * modest_mail_header_view_add_custom_header (ModestMailHeaderView *self, const gchar *label,