diff options
author | Xan Lopez <xan@igalia.com> | 2012-09-03 04:53:00 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-09-03 04:53:00 +0800 |
commit | 4c45d09f5bc585147ef8013ac6570b12bbb372e0 (patch) | |
tree | 89d252fbde357d33de1d464b3cc8f45551403d17 /lib/ephy-file-helpers.c | |
parent | 8a90676ef1a46d040c4d334b9c1f7522167814a7 (diff) | |
download | gsoc2013-epiphany-4c45d09f5bc585147ef8013ac6570b12bbb372e0.tar gsoc2013-epiphany-4c45d09f5bc585147ef8013ac6570b12bbb372e0.tar.gz gsoc2013-epiphany-4c45d09f5bc585147ef8013ac6570b12bbb372e0.tar.bz2 gsoc2013-epiphany-4c45d09f5bc585147ef8013ac6570b12bbb372e0.tar.lz gsoc2013-epiphany-4c45d09f5bc585147ef8013ac6570b12bbb372e0.tar.xz gsoc2013-epiphany-4c45d09f5bc585147ef8013ac6570b12bbb372e0.tar.zst gsoc2013-epiphany-4c45d09f5bc585147ef8013ac6570b12bbb372e0.zip |
ephy-embed-shell: make the shell find uninstalled icons
This is needed for distcheck, which runs tests before installing.
Diffstat (limited to 'lib/ephy-file-helpers.c')
-rw-r--r-- | lib/ephy-file-helpers.c | 2 |
1 files changed, 2 insertions, 0 deletions
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/" }; |