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.90.4~6 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=b574222774b0a12786d5233a885bf938875b7219;hp=07c0fefbd027f14c5c3c4c509f9b7e0e6970ffbd;ds=sidebyside 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 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;