aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorNot Zed <NotZed@HelixCode.com>2000-07-09 11:25:42 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-07-09 11:25:42 +0800
commit972b2fc3bba1eb144e0c200923e46261515c476f (patch)
tree27a155b35f0c5b8a7e06a61ccebf19cd8b94358c /addressbook
parent1cc1f0a7a777be8ae409bbfbf6299167493ebddd (diff)
downloadgsoc2013-evolution-972b2fc3bba1eb144e0c200923e46261515c476f.tar
gsoc2013-evolution-972b2fc3bba1eb144e0c200923e46261515c476f.tar.gz
gsoc2013-evolution-972b2fc3bba1eb144e0c200923e46261515c476f.tar.bz2
gsoc2013-evolution-972b2fc3bba1eb144e0c200923e46261515c476f.tar.lz
gsoc2013-evolution-972b2fc3bba1eb144e0c200923e46261515c476f.tar.xz
gsoc2013-evolution-972b2fc3bba1eb144e0c200923e46261515c476f.tar.zst
gsoc2013-evolution-972b2fc3bba1eb144e0c200923e46261515c476f.zip
Link the toolbar print button to the print callback.
2000-07-09 Not Zed <NotZed@HelixCode.com> * gui/component/addressbook.c: Link the toolbar print button to the print callback. svn path=/trunk/; revision=4000
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog5
-rw-r--r--addressbook/gui/component/addressbook.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index b763a6d2f4..af81f03a56 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,8 @@
+2000-07-09 Not Zed <NotZed@HelixCode.com>
+
+ * gui/component/addressbook.c: Link the toolbar print button to
+ the print callback.
+
2000-07-08 Christopher James Lahey <clahey@helixcode.com>
* gui/component/select-names/e-select-names.c
diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c
index 134365f6e8..b41aa08a03 100644
--- a/addressbook/gui/component/addressbook.c
+++ b/addressbook/gui/component/addressbook.c
@@ -452,7 +452,7 @@ static GnomeUIInfo gnome_toolbar [] = {
GNOMEUIINFO_SEPARATOR,
GNOMEUIINFO_ITEM_STOCK (N_("Find"), N_("Find a contact"), find_contact_cb, GNOME_STOCK_PIXMAP_SEARCH),
- GNOMEUIINFO_ITEM_STOCK (N_("Print"), N_("Print contacts"), do_nothing_cb, GNOME_STOCK_PIXMAP_PRINT),
+ GNOMEUIINFO_ITEM_STOCK (N_("Print"), N_("Print contacts"), print_cb, GNOME_STOCK_PIXMAP_PRINT),
GNOMEUIINFO_ITEM_STOCK (N_("Delete"), N_("Delete a contact"), delete_contact_cb, GNOME_STOCK_PIXMAP_TRASH),
GNOMEUIINFO_SEPARATOR,
GNOMEUIINFO_END