[open-ils-commits] [GIT] Evergreen ILS branch master updated. 1579acb673f1840c9171ea788e4dfa98ce77d54e
Evergreen Git
git at git.evergreen-ils.org
Fri Dec 30 12:04:55 EST 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via 1579acb673f1840c9171ea788e4dfa98ce77d54e (commit)
from 5cc7a3f6aef196011eb035f327fdfe7316f7cde9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1579acb673f1840c9171ea788e4dfa98ce77d54e
Author: Thomas Berezansky <tsbere at mvlc.org>
Date: Fri Dec 30 11:54:00 2011 -0500
Fix typo causing Javascript Shell to not enable
DEBUG_CIENT != DEBUG_CLIENT
Signed-off-by: Thomas Berezansky <tsbere at mvlc.org>
Signed-off-by: Dan Scott <dscott at laurentian.ca>
diff --git a/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul b/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul
index 5cc71b8..923000b 100644
--- a/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul
+++ b/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul
@@ -80,7 +80,7 @@
<command id="cmd_console"
perm="DEBUG_CLIENT" />
<command id="cmd_shell"
- perm="DEBUG_CIENT"
+ perm="DEBUG_CLIENT"
/>
<command id="cmd_xuleditor"
perm="DEBUG_CLIENT"
-----------------------------------------------------------------------
Summary of changes:
.../chrome/content/main/menu_frame_menus.xul | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list