diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-09-28 07:12:11 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-09-28 07:12:11 +0800 |
commit | ef04657851b225eb1ee53ea8cc9220c42471200e (patch) | |
tree | 1c888917214b818f8e8edae25d667aab91698459 | |
parent | cb77c52063a1ca5709e58d1f331d9fb2ac726bbc (diff) | |
download | gsoc2013-evolution-ef04657851b225eb1ee53ea8cc9220c42471200e.tar gsoc2013-evolution-ef04657851b225eb1ee53ea8cc9220c42471200e.tar.gz gsoc2013-evolution-ef04657851b225eb1ee53ea8cc9220c42471200e.tar.bz2 gsoc2013-evolution-ef04657851b225eb1ee53ea8cc9220c42471200e.tar.lz gsoc2013-evolution-ef04657851b225eb1ee53ea8cc9220c42471200e.tar.xz gsoc2013-evolution-ef04657851b225eb1ee53ea8cc9220c42471200e.tar.zst gsoc2013-evolution-ef04657851b225eb1ee53ea8cc9220c42471200e.zip |
Update the paths, /menu/ComponentToolsPlaceholder/Tools/ ->
* gui/component/addressbook.c: Update the paths,
/menu/ComponentToolsPlaceholder/Tools/ ->
/menu/Tools/ComponentPlaceholder/.
svn path=/trunk/; revision=13203
-rw-r--r-- | addressbook/ChangeLog | 6 | ||||
-rw-r--r-- | addressbook/gui/component/addressbook.c | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index c353f20095..536112ebbd 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2001-09-27 Ettore Perazzoli <ettore@ximian.com> + + * gui/component/addressbook.c: Update the paths, + /menu/ComponentToolsPlaceholder/Tools/ -> + /menu/Tools/ComponentPlaceholder/. + 2001-09-27 JP Rosevear <jpr@ximian.com> * conduit/address-conduit.c (local_record_from_ecard): use the old diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c index 028a866909..eb7cd4afb5 100644 --- a/addressbook/gui/component/addressbook.c +++ b/addressbook/gui/component/addressbook.c @@ -299,8 +299,8 @@ static EPixmap pixmaps [] = { E_PIXMAP ("/menu/Edit/ContactsPaste", "16_paste.png"), E_PIXMAP ("/menu/Edit/ContactDelete", "evolution-trash-mini.png"), - E_PIXMAP ("/menu/ComponentToolsPlaceholder/Tools/ToolSearch", "search-16.png"), - E_PIXMAP ("/menu/ComponentToolsPlaceholder/Tools/AddressbookConfig", "configure_16_addressbook.xpm"), + E_PIXMAP ("/menu/Tools/ComponentPlaceholder/ToolSearch", "search-16.png"), + E_PIXMAP ("/menu/Tools/ComponentPlaceholder/AddressbookConfig", "configure_16_addressbook.xpm"), E_PIXMAP ("/Toolbar/ContactNew", "new_contact.xpm"), E_PIXMAP ("/Toolbar/ContactNewList", "all_contacts.xpm"), |