* Fixes NB#62776 which affects systest, now the root folders shows the main view...
authorSergio Villar Senin <svillar@igalia.com>
Mon, 9 Jul 2007 08:20:08 +0000 (08:20 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Mon, 9 Jul 2007 08:20:08 +0000 (08:20 +0000)
pmo-trunk-r2636

src/modest-ui-actions.c

index 41b22d3..da20571 100644 (file)
@@ -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 {