From 8dd503d96703cf55cd7e2cce83c27f01b37e0462 Mon Sep 17 00:00:00 2001 From: Jon Trowbridge Date: Wed, 24 Oct 2001 03:04:01 +0000 Subject: Fix command paths when we specify our pixmaps, so we don't get a lot of 2001-10-23 Jon Trowbridge * gui/component/addressbook.c: Fix command paths when we specify our pixmaps, so we don't get a lot of totally useless & very ugly bonobo-ui spew. * backend/ebook/e-book-util.c (e_book_nickname_query): The empty string as an arg shouldn't generate a warning. svn path=/trunk/; revision=13973 --- addressbook/gui/component/addressbook.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'addressbook/gui/component') diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c index c9f2693997..804154fb88 100644 --- a/addressbook/gui/component/addressbook.c +++ b/addressbook/gui/component/addressbook.c @@ -332,10 +332,10 @@ static EPixmap pixmaps [] = { E_PIXMAP ("/menu/File/Print/ContactsPrint", "print.xpm"), E_PIXMAP ("/menu/File/Print/ContactsPrintPreview", "print-preview.xpm"), - E_PIXMAP ("/menu/Edit/ContactsCut", "16_cut.png"), - E_PIXMAP ("/menu/Edit/ContactsCopy", "16_copy.png"), - E_PIXMAP ("/menu/Edit/ContactsPaste", "16_paste.png"), - E_PIXMAP ("/menu/Edit/ContactDelete", "evolution-trash-mini.png"), + E_PIXMAP ("/menu/EditPlaceholder/Edit/ContactsCut", "16_cut.png"), + E_PIXMAP ("/menu/EditPlaceholder/Edit/ContactsCopy", "16_copy.png"), + E_PIXMAP ("/menu/EditPlaceholder/Edit/ContactsPaste", "16_paste.png"), + E_PIXMAP ("/menu/EditPlaceholder/Edit/ContactDelete", "evolution-trash-mini.png"), E_PIXMAP ("/menu/Tools/ComponentPlaceholder/ToolSearch", "search-16.png"), E_PIXMAP ("/menu/Tools/ComponentPlaceholder/AddressbookConfig", "configure_16_addressbook.xpm"), -- cgit v1.2.3