From a55c9243b24d7c89559925b2a505fe9e4f9d0d54 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Wed, 8 Aug 2001 16:52:06 +0000 Subject: call e_pixmap_update so we can use the same save/save-as pixmaps as the 2001-08-08 Chris Toshok * gui/contact-list-editor/e-contact-list-editor.c (create_ui): call e_pixmap_update so we can use the same save/save-as pixmaps as the contact editor. svn path=/trunk/; revision=11797 --- addressbook/ChangeLog | 6 ++++++ addressbook/gui/contact-list-editor/e-contact-list-editor.c | 10 ++++++++++ 2 files changed, 16 insertions(+) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index f218211573..7bc7b3115a 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2001-08-08 Chris Toshok + + * gui/contact-list-editor/e-contact-list-editor.c (create_ui): + call e_pixmap_update so we can use the same save/save-as pixmaps + as the contact editor. + 2001-08-08 Chris Toshok * gui/widgets/e-addressbook-reflow-adapter.c (open_card): new diff --git a/addressbook/gui/contact-list-editor/e-contact-list-editor.c b/addressbook/gui/contact-list-editor/e-contact-list-editor.c index b79ed5fd22..98845f8e8d 100644 --- a/addressbook/gui/contact-list-editor/e-contact-list-editor.c +++ b/addressbook/gui/contact-list-editor/e-contact-list-editor.c @@ -27,6 +27,7 @@ #include #include #include +#include "shell/evolution-shell-component-utils.h" #include "e-contact-editor.h" #include "e-contact-list-editor.h" @@ -417,6 +418,13 @@ BonoboUIVerb verbs [] = { BONOBO_UI_VERB_END }; +static EPixmap pixmaps[] = { + E_PIXMAP ("/commands/ContactListEditorSave", "save-16.png"), + E_PIXMAP ("/commands/ContactListEditorSaveAs", "save-as-16.png"), + + E_PIXMAP_END +}; + static void create_ui (EContactListEditor *ce) { @@ -426,6 +434,8 @@ create_ui (EContactListEditor *ce) bonobo_ui_util_set_ui (ce->uic, EVOLUTION_DATADIR, "evolution-contact-list-editor.xml", "evolution-contact-list-editor"); + + e_pixmaps_update (ce->uic, pixmaps); } EContactListEditor * -- cgit v1.2.3