From caa862135195b828d2e8355436fdd6eb0ec2443e Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 7 May 2009 07:21:57 -0400 Subject: Convert EShellModule to EShellBackend Split the GTypeModule loader out of EShellModule as EModule, and rename EShellModule to EShellBackend. Backends (formerly modules) should now subclass EShellBackend. This commit converts EShell but breaks all the shell backends. --- shell/e-shell-settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/e-shell-settings.c') diff --git a/shell/e-shell-settings.c b/shell/e-shell-settings.c index 23dd866bf8..9f03f38ce1 100644 --- a/shell/e-shell-settings.c +++ b/shell/e-shell-settings.c @@ -176,7 +176,7 @@ e_shell_settings_get_type (void) * @pspec: a #GParamSpec * * Installs a new class property for #EShellSettings. This is usually - * done during initialization of a #EShellModule or plugin, followed by + * done during initialization of a #EShellBackend or plugin, followed by * a call to e_shell_settings_bind_to_gconf() to bind the property to a * GConf key. **/ -- cgit v1.2.3