From 7525d9904d47ad96583257b043e2996df41df7f3 Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Mon, 9 Jul 2007 08:20:08 +0000 Subject: [PATCH] * Fixes NB#62776 which affects systest, now the root folders shows the main view help when help is clicked in their CSM pmo-trunk-r2636 --- src/modest-ui-actions.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/modest-ui-actions.c b/src/modest-ui-actions.c index 41b22d3..da20571 100644 --- a/src/modest-ui-actions.c +++ b/src/modest-ui-actions.c @@ -3771,8 +3771,10 @@ modest_ui_actions_on_help (GtkAction *action, help_id = "applications_email_archive"; break; default: - help_id = NULL; + help_id = "applications_email_mainview"; } + } else { + help_id = "applications_email_mainview"; } g_object_unref (folder_store); } else { -- 1.7.9.5