aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/ephy-file-helpers.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/ephy-file-helpers.c b/lib/ephy-file-helpers.c
index 220951fb3..b5a174b41 100644
--- a/lib/ephy-file-helpers.c
+++ b/lib/ephy-file-helpers.c
@@ -272,12 +272,14 @@ ephy_file (const char *filename)
static const char * const paths[] =
{
- SHARE_DIR "/",
- SHARE_DIR "/glade/",
- SHARE_DIR "/art/",
+#ifdef GNOME_ENABLE_DEBUG
SHARE_UNINSTALLED_DIR "/",
SHARE_UNINSTALLED_DIR "/glade/",
- SHARE_UNINSTALLED_DIR "/art/"
+ SHARE_UNINSTALLED_DIR "/art/",
+#endif
+ SHARE_DIR "/",
+ SHARE_DIR "/glade/",
+ SHARE_DIR "/art/"
};
g_assert (files != NULL);