From b574222774b0a12786d5233a885bf938875b7219 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Dapena=20Paz?= Date: Thu, 21 Jan 2010 10:36:48 +0100 Subject: [PATCH] Fix calendar container handling in message view --- src/widgets/modest-gtkhtml-msg-view.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/widgets/modest-gtkhtml-msg-view.c b/src/widgets/modest-gtkhtml-msg-view.c index 43829fa..287d5ea 100644 --- a/src/widgets/modest-gtkhtml-msg-view.c +++ b/src/widgets/modest-gtkhtml-msg-view.c @@ -2795,6 +2795,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; -- 1.7.9.5