diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-10-04 12:46:50 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-10-04 12:46:50 +0800 |
commit | 2c71859895d091f51dea23f9ed9552a0962b7ba4 (patch) | |
tree | 0b5e24581de31595b494e9c1b359d487ad1f3f48 /addressbook/gui/component/e-book-shell-view-private.h | |
parent | ff5e0b312d04daf97b35616b55280ae7f2d17cf7 (diff) | |
download | gsoc2013-evolution-2c71859895d091f51dea23f9ed9552a0962b7ba4.tar.gz gsoc2013-evolution-2c71859895d091f51dea23f9ed9552a0962b7ba4.tar.zst gsoc2013-evolution-2c71859895d091f51dea23f9ed9552a0962b7ba4.zip |
Tweak some aspects of the Contacts module to be more consistent with
Tasks and Memos.
Take a crack at handling command-line URIs. It's far too long-winded
though. Will need to revisit and tighten up the code.
svn path=/branches/kill-bonobo/; revision=36554
Diffstat (limited to 'addressbook/gui/component/e-book-shell-view-private.h')
-rw-r--r-- | addressbook/gui/component/e-book-shell-view-private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/e-book-shell-view-private.h b/addressbook/gui/component/e-book-shell-view-private.h index f0250a5687..0d7fd706f6 100644 --- a/addressbook/gui/component/e-book-shell-view-private.h +++ b/addressbook/gui/component/e-book-shell-view-private.h @@ -120,7 +120,7 @@ void e_book_shell_view_private_finalize void e_book_shell_view_actions_init (EBookShellView *book_shell_view); -void e_book_shell_view_actions_update +void e_book_shell_view_execute_search (EBookShellView *book_shell_view); void e_book_shell_view_editor_weak_notify (EditorUidClosure *closure, |