aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--addressbook/ChangeLog5
-rw-r--r--addressbook/gui/component/addressbook.c3
2 files changed, 7 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 9b890cc16a..6b7e988d22 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,10 @@
2000-08-09 Ettore Perazzoli <ettore@helixcode.com>
+ * gui/component/addressbook.c (control_activate): Add the stock
+ print icon to the print item.
+
+2000-08-09 Ettore Perazzoli <ettore@helixcode.com>
+
* gui/component/addressbook.c (control_activate): Put the print
item in the right placeholder so that it gets the right position
in the "File" menu.
diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c
index b1064973ea..561f8b8717 100644
--- a/addressbook/gui/component/addressbook.c
+++ b/addressbook/gui/component/addressbook.c
@@ -493,7 +493,8 @@ control_activate (BonoboControl *control, BonoboUIHandler *uih,
bonobo_ui_handler_menu_new_item (uih, "/File/<Print Placeholder>/Print contacts...",
N_("_Print Contacts..."),
NULL, -1,
- BONOBO_UI_HANDLER_PIXMAP_NONE, NULL,
+ BONOBO_UI_HANDLER_PIXMAP_STOCK,
+ GNOME_STOCK_MENU_PRINT,
0, 0, print_cb,
(gpointer) view);