diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-05-07 19:21:57 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-05-07 19:21:57 +0800 |
commit | caa862135195b828d2e8355436fdd6eb0ec2443e (patch) | |
tree | 40198708ccf89ca4246c7da11a718fa5cc39de52 /shell/e-shell-settings.c | |
parent | 19b29348068e367efc105732e9707cdb4132b4ee (diff) | |
download | gsoc2013-evolution-caa862135195b828d2e8355436fdd6eb0ec2443e.tar.gz gsoc2013-evolution-caa862135195b828d2e8355436fdd6eb0ec2443e.tar.zst gsoc2013-evolution-caa862135195b828d2e8355436fdd6eb0ec2443e.zip |
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.
Diffstat (limited to 'shell/e-shell-settings.c')
-rw-r--r-- | shell/e-shell-settings.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. **/ |