From: phasefx Date: Tue, 20 Sep 2005 18:53:32 +0000 (+0000) Subject: oops X-Git-Url: https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff_plain;h=78e5486bd18314a9d12bad8d9263cc9daa5ae177 oops git-svn-id: svn://svn.open-ils.org/ILS/trunk@1838 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Evergreen/staff_client/chrome/content/evergreen/util/file.js b/Evergreen/staff_client/chrome/content/evergreen/util/file.js index 30cc7e2f7a..05b6e098bf 100644 --- a/Evergreen/staff_client/chrome/content/evergreen/util/file.js +++ b/Evergreen/staff_client/chrome/content/evergreen/util/file.js @@ -42,7 +42,9 @@ function create_output_stream(file) { function get_file( fname ) { try { file = dirService.get( "AChrom", Components.interfaces.nsIFile ); - file.append(mw.myPackageDir); file.append("content"); file.append("conf"); file.append("fname"); + file.append(mw.myPackageDir); file.append("content"); file.append("conf"); file.append(fname); + sdump('D_FILE','get_file( ' + fname + ').path = ' + file.path + '\n'); + alert('get_file( ' + fname + ').path = ' + file.path + '\n'); return file; } catch(E) { sdump('D_ERROR', E);