Bug 593627 - Tool bar > new > contact list doesn't work

This commit is contained in:
Matthew Barnes
2009-08-31 20:50:29 -04:00
parent 7d37241d11
commit e4cf860e0c

View File

@ -319,7 +319,7 @@ action_contact_new_cb (GtkAction *action,
book, FALSE,
book_shell_backend_new_contact_cb, shell);
if (strcmp (action_name, "contact-list-new") == 0)
if (strcmp (action_name, "contact-new-list") == 0)
e_book_async_open (
book, FALSE,
book_shell_backend_new_contact_list_cb, shell);