diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2009-02-24 00:48:20 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2009-02-24 00:48:20 +0800 |
commit | 305152503fb15c0d146c4544e5d66c3dece4e1ec (patch) | |
tree | dbaa3329410b3873d33ecd7b6989826ee62be5c9 /shell/e-shell-module.c | |
parent | 554dbbf7280cb2189ae12a7c1a49f02604ca866b (diff) | |
download | gsoc2013-evolution-305152503fb15c0d146c4544e5d66c3dece4e1ec.tar gsoc2013-evolution-305152503fb15c0d146c4544e5d66c3dece4e1ec.tar.gz gsoc2013-evolution-305152503fb15c0d146c4544e5d66c3dece4e1ec.tar.bz2 gsoc2013-evolution-305152503fb15c0d146c4544e5d66c3dece4e1ec.tar.lz gsoc2013-evolution-305152503fb15c0d146c4544e5d66c3dece4e1ec.tar.xz gsoc2013-evolution-305152503fb15c0d146c4544e5d66c3dece4e1ec.tar.zst gsoc2013-evolution-305152503fb15c0d146c4544e5d66c3dece4e1ec.zip |
Documentation tweaks.
Turn on the stupid interactive flag so we get user alerts from Camel.
(Can we please get rid of that thing?)
svn path=/branches/kill-bonobo/; revision=37314
Diffstat (limited to 'shell/e-shell-module.c')
-rw-r--r-- | shell/e-shell-module.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/e-shell-module.c b/shell/e-shell-module.c index e3f6fe37b9..7e1bba1cec 100644 --- a/shell/e-shell-module.c +++ b/shell/e-shell-module.c @@ -452,8 +452,8 @@ e_shell_module_add_activity (EShellModule *shell_module, * * Tells the @shell_module to begin loading data or running background * tasks which may consume significant resources. This gets called in - * reponse to the user switching to the corresponding shell view for - * the first time. The function is idempotent for each shell module. + * reponse to the user switching to the corresponding #EShellView for + * the first time. The function is idempotent for each @shell_module. **/ void e_shell_module_start (EShellModule *shell_module) |