X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fwidgets%2Fmodest-mail-header-view.c;h=485eecdc65db00537906dacf145a56348a6882aa;hp=c9a8977aa67727e7c26b81d8e4092c1647e92337;hb=d6c0ce729e5b3ac9eccf3ee838fe32aa3e982497;hpb=1b854d1afcf7d23f9938c7b48817b87560c4a8ac 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,