From: José Dapena Paz Date: Thu, 21 Jan 2010 09:36:48 +0000 (+0100) Subject: Fix calendar container handling in message view X-Git-Tag: 3.2.11~6 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=4f58c8beaf99ec8c7d3c670b7e34e5a7cc9ac2c2 Fix calendar container handling in message view --- diff --git a/src/widgets/modest-gtkhtml-msg-view.c b/src/widgets/modest-gtkhtml-msg-view.c index c3e12f5..d2972e1 100644 --- a/src/widgets/modest-gtkhtml-msg-view.c +++ b/src/widgets/modest-gtkhtml-msg-view.c @@ -2805,6 +2805,7 @@ set_calendar (ModestGtkhtmlMsgView *self, TnyHeader *header, TnyMsg *msg) g_return_if_fail (MODEST_IS_GTKHTML_MSG_VIEW (self)); priv = MODEST_GTKHTML_MSG_VIEW_GET_PRIVATE (self); + gtk_widget_hide_all (priv->calendar_actions_container); if (priv->calendar_actions_box) { gtk_widget_destroy (priv->calendar_actions_box); priv->calendar_actions_box = NULL;