aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-09-01 08:50:29 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-09-01 08:50:29 +0800
commite4cf860e0cfcb0656d2000d4d2f27e5b99382db4 (patch)
tree8718a45674701dac0ce05f6a60b2f08a2b625c35 /modules
parent7d37241d11b30f92875e3b61e3be39db42bf54d1 (diff)
downloadgsoc2013-evolution-e4cf860e0cfcb0656d2000d4d2f27e5b99382db4.tar
gsoc2013-evolution-e4cf860e0cfcb0656d2000d4d2f27e5b99382db4.tar.gz
gsoc2013-evolution-e4cf860e0cfcb0656d2000d4d2f27e5b99382db4.tar.bz2
gsoc2013-evolution-e4cf860e0cfcb0656d2000d4d2f27e5b99382db4.tar.lz
gsoc2013-evolution-e4cf860e0cfcb0656d2000d4d2f27e5b99382db4.tar.xz
gsoc2013-evolution-e4cf860e0cfcb0656d2000d4d2f27e5b99382db4.tar.zst
gsoc2013-evolution-e4cf860e0cfcb0656d2000d4d2f27e5b99382db4.zip
Bug 593627 - Tool bar > new > contact list doesn't work
Diffstat (limited to 'modules')
-rw-r--r--modules/addressbook/e-book-shell-backend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/addressbook/e-book-shell-backend.c b/modules/addressbook/e-book-shell-backend.c
index 1005a6b521..243ce3a848 100644
--- a/modules/addressbook/e-book-shell-backend.c
+++ b/modules/addressbook/e-book-shell-backend.c
@@ -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);