[evolution] Bug 593627 - Tool bar > new > contact list doesn't work
- From: Matthew Barnes <mbarnes src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [evolution] Bug 593627 - Tool bar > new > contact list doesn't work
- Date: Tue, 1 Sep 2009 00:51:09 +0000 (UTC)
commit e4cf860e0cfcb0656d2000d4d2f27e5b99382db4
Author: Matthew Barnes <mbarnes redhat com>
Date: Mon Aug 31 20:50:29 2009 -0400
Bug 593627 - Tool bar > new > contact list doesn't work
modules/addressbook/e-book-shell-backend.c | 2 +-
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 1005a6b..243ce3a 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]