From 592c5b2ff2c404c6fe668255339515765d5c4ab4 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Wed, 8 Jan 2003 23:39:16 +0000 Subject: (e_pixmap_file): Update to use $(datadir)/evolution/images/ instead of $(datadir)/images/evolution to fetch the icons. svn path=/trunk/; revision=19298 --- my-evolution/ChangeLog | 12 ++++++++++-- my-evolution/e-summary.c | 4 ++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index 86755ab22e..d379a79e07 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,9 @@ +2003-01-08 Ettore Perazzoli + + * e-summary.c (e_pixmap_file): Update to use + $(datadir)/evolution/images/ instead of + $(datadir)/images/evolution to fetch the icons. + 2002-12-16 Ettore Perazzoli * e-summary-shown.c (make_table): Do not ref/sink the ETreeMemory @@ -5,9 +11,11 @@ 2002-12-11 Kevin Breit - * Locations: Removed Marquette from the listing, it is no longer listed by METAR. This is per bug 29693. + * Locations: Removed Marquette from the listing, it is no longer + listed by METAR. This is per bug 29693. - * Locations.h: Removed Marquette from the listing, it is no longer listed by METAR. + * Locations.h: Removed Marquette from the listing, it is no longer + listed by METAR. 2002-12-06 Ettore Perazzoli diff --git a/my-evolution/e-summary.c b/my-evolution/e-summary.c index 4a47313e3d..4f718ecc70 100644 --- a/my-evolution/e-summary.c +++ b/my-evolution/e-summary.c @@ -290,7 +290,7 @@ e_pixmap_file (const char *filename) } /* Try the evolution images dir */ - edir = g_concat_dir_and_file (EVOLUTION_DATADIR "/images/evolution", + edir = g_concat_dir_and_file (EVOLUTION_DATADIR "/evolution/images", filename); if (g_file_exists (edir)) { @@ -302,7 +302,7 @@ e_pixmap_file (const char *filename) g_free (edir); /* Try the evolution button images dir */ - edir = g_concat_dir_and_file (EVOLUTION_DATADIR "/images/evolution/buttons", + edir = g_concat_dir_and_file (EVOLUTION_DATADIR "/evolution/images/buttons", filename); if (g_file_exists (edir)) { -- cgit v1.2.3