diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-09-03 10:18:41 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-09-03 10:18:41 +0800 |
commit | 40a6ccc269eada569e43db419473b56a5f38ad14 (patch) | |
tree | e7fa2d9f7213a6e093dc808a17ab37da52046c97 /shell/e-shell-view.c | |
parent | 53268d5516083c47607dbd3acbbd6bafd6d15747 (diff) | |
download | gsoc2013-evolution-40a6ccc269eada569e43db419473b56a5f38ad14.tar.gz gsoc2013-evolution-40a6ccc269eada569e43db419473b56a5f38ad14.tar.zst gsoc2013-evolution-40a6ccc269eada569e43db419473b56a5f38ad14.zip |
Fix some mistakes in the EShell documentation.
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r-- | shell/e-shell-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c index 9b740d49a1..ff54c59b2f 100644 --- a/shell/e-shell-view.c +++ b/shell/e-shell-view.c @@ -1118,7 +1118,7 @@ e_shell_view_set_state_dirty (EShellView *shell_view) * e_shell_view_execute_search: * @shell_view: an #EShellView * - * Emits the #EShellView:;execute-search signal. + * Emits the #EShellView::execute-search signal. * * #EShellView subclasses should implement the * <structfield>execute_search</structfield> method in #EShellViewClass |