From 8cad79a78ae4995e8a3677ff510b1c3fe955bfa2 Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Fri, 6 Apr 2012 14:57:41 -0500 Subject: e-file-helpers: remove old dirs from ephy_file https://bugzilla.gnome.org/show_bug.cgi?id=673665 --- lib/ephy-file-helpers.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/ephy-file-helpers.c b/lib/ephy-file-helpers.c index 3f7b7d0ea..bdb820773 100644 --- a/lib/ephy-file-helpers.c +++ b/lib/ephy-file-helpers.c @@ -224,15 +224,9 @@ ephy_file (const char *filename) { #ifdef GNOME_ENABLE_DEBUG TOP_SRC_DATADIR "/", - TOP_SRC_DATADIR "/glade/", - TOP_SRC_DATADIR "/ui/", - TOP_SRC_DATADIR "/art/", TOP_SRC_DATADIR "/pages/", #endif SHARE_DIR "/", - SHARE_DIR "/glade/", - SHARE_DIR "/ui/", - SHARE_DIR "/art/", SHARE_DIR "/pages/" }; -- cgit