[open-ils-commits] r7822 - trunk/Open-ILS/xul/staff_client/chrome/content/main

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Sep 24 13:42:48 EDT 2007


Author: phasefx
Date: 2007-09-24 13:33:15 -0400 (Mon, 24 Sep 2007)
New Revision: 7822

Modified:
   trunk/Open-ILS/xul/staff_client/chrome/content/main/menu_frame.xul
   trunk/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul
Log:
There was some timing issue / race condition with pulling in the venkman source in an overlay.. was causing the client to freeze with every other invocation.. weird

Modified: trunk/Open-ILS/xul/staff_client/chrome/content/main/menu_frame.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/chrome/content/main/menu_frame.xul	2007-09-24 15:37:19 UTC (rev 7821)
+++ trunk/Open-ILS/xul/staff_client/chrome/content/main/menu_frame.xul	2007-09-24 17:33:15 UTC (rev 7822)
@@ -75,6 +75,7 @@
 		}
 	]]>
 	</script>
+	<script src="chrome://venkman/content/venkman-overlay.js"/>
 
 	<commandset id="universal_cmds" />
 

Modified: trunk/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul	2007-09-24 15:37:19 UTC (rev 7821)
+++ trunk/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul	2007-09-24 17:33:15 UTC (rev 7822)
@@ -4,7 +4,6 @@
 	xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
 
 <script>dump('loading menu_frame_menus.xul\n');</script>
-<script src="chrome://venkman/content/venkman-overlay.js"/>
 
 <commandset id="universal_cmds">
 	<command id="cmd_forward"/>



More information about the open-ils-commits mailing list