From 953e66428af9639028b3729b448d1fa01c340d09 Mon Sep 17 00:00:00 2001 From: Michael Monreal Date: Fri, 12 Oct 2007 09:49:02 +0000 Subject: ** Migration of theme icons to data/icons/ (bug #479257) 2007-10-12 Michael Monreal ** Migration of theme icons to data/icons/ (bug #479257) * art/Makefile.am: Remove references to art/$size. * configure.in: Include new data/icons/ directory. * file e-util/e-icon-factory.c: Append a private icon directory to the search path. New inbox/outbox/sent icons. * mail/em-folder-tree.c, mail/mail-send-recv.c: Change icon references. New view-calendar icons. * calendar/gui/calendar-commands.c: Change icon references. svn path=/trunk/; revision=34383 --- e-util/e-icon-factory.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'e-util/e-icon-factory.c') diff --git a/e-util/e-icon-factory.c b/e-util/e-icon-factory.c index 0b313fbfa7..52a7f14e82 100644 --- a/e-util/e-icon-factory.c +++ b/e-util/e-icon-factory.c @@ -213,7 +213,9 @@ e_icon_factory_init (void) icon_theme = gtk_icon_theme_get_default (); gtk_icon_theme_append_search_path (icon_theme, - EVOLUTION_DATADIR G_DIR_SEPARATOR_S "icons"); + EVOLUTION_DATADIR G_DIR_SEPARATOR_S + "evolution" G_DIR_SEPARATOR_S + BASE_VERSION G_DIR_SEPARATOR_S "icons"); g_signal_connect ( icon_theme, "changed", G_CALLBACK (icon_theme_changed_cb), NULL); -- cgit v1.2.3