From c4d1d29eaaae6c2668599de0c989f5fe2b189c1e Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 12 Jul 2009 08:59:41 -0400 Subject: Fix a problem with EShell initialization. --- shell/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/main.c') diff --git a/shell/main.c b/shell/main.c index bbd9319176..049ddce46a 100644 --- a/shell/main.c +++ b/shell/main.c @@ -329,7 +329,7 @@ idle_cb (gchar **uris) gtk_main_quit (); /* This must be done after EShell has loaded all the backends. - * For example the mail backend makes the global variable `session` + * 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 (); -- cgit v1.2.3