diff options
author | Diego Escalante Urrelo <diegoe@igalia.com> | 2012-04-07 03:57:41 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@igalia.com> | 2012-04-11 23:25:18 +0800 |
commit | 8cad79a78ae4995e8a3677ff510b1c3fe955bfa2 (patch) | |
tree | deee2791f8fd9d7e2c69a06ae770f1c064d1b0ed | |
parent | 16982eb6c503ddbe7c4f489695b58f954eec76b8 (diff) | |
download | gsoc2013-epiphany-8cad79a78ae4995e8a3677ff510b1c3fe955bfa2.tar.gz gsoc2013-epiphany-8cad79a78ae4995e8a3677ff510b1c3fe955bfa2.tar.zst gsoc2013-epiphany-8cad79a78ae4995e8a3677ff510b1c3fe955bfa2.zip |
e-file-helpers: remove old dirs from ephy_file
https://bugzilla.gnome.org/show_bug.cgi?id=673665
-rw-r--r-- | lib/ephy-file-helpers.c | 6 |
1 files changed, 0 insertions, 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/" }; |