[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. c557a3d40fa1d7bb9be6fdee396ad5ce6c24dccc

Evergreen Git git at git.evergreen-ils.org
Fri Dec 30 12:05:42 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, rel_2_1 has been updated
       via  c557a3d40fa1d7bb9be6fdee396ad5ce6c24dccc (commit)
      from  8811aae7ba0a136b6ed6e07d267d1197a80ceb93 (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 c557a3d40fa1d7bb9be6fdee396ad5ce6c24dccc
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 52713ca..e1d254c 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
@@ -78,7 +78,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