From 4c45d09f5bc585147ef8013ac6570b12bbb372e0 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Sun, 2 Sep 2012 22:53:00 +0200 Subject: ephy-embed-shell: make the shell find uninstalled icons This is needed for distcheck, which runs tests before installing. --- lib/ephy-file-helpers.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/ephy-file-helpers.c') diff --git a/lib/ephy-file-helpers.c b/lib/ephy-file-helpers.c index 189396c3c..9e9105d2a 100644 --- a/lib/ephy-file-helpers.c +++ b/lib/ephy-file-helpers.c @@ -231,9 +231,11 @@ ephy_file (const char *filename) { #ifdef GNOME_ENABLE_DEBUG TOP_SRC_DATADIR "/", + TOP_SRC_DATADIR "/icons/", TOP_SRC_DATADIR "/pages/", #endif SHARE_DIR "/", + SHARE_DIR "/icons/", SHARE_DIR "/pages/" }; -- cgit v1.2.3