diff options
Diffstat (limited to 'shell/main.c')
-rw-r--r-- | shell/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/main.c b/shell/main.c index bf0a8c47c6..c71d6869ae 100644 --- a/shell/main.c +++ b/shell/main.c @@ -324,8 +324,8 @@ idle_cb (gchar **uris) if (unique_app_is_running (UNIQUE_APP (shell))) gtk_main_quit (); - /* This must be done after EShell has loaded all the modules. - * For example the mail module makes the global variable `session` + /* This must be done after EShell has loaded all the backends. + * For example the mail backend makes the global variable `session` * which is being used by several EPlugins */ else if (uris == NULL && !disable_eplugin) e_plugin_load_plugins_with_missing_symbols (); |