[open-ils-commits] r20143 - branches/rel_1_6_1/Open-ILS/xul/staff_client/server/cat (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Apr 17 23:59:35 EDT 2011


Author: phasefx
Date: 2011-04-17 23:59:32 -0400 (Sun, 17 Apr 2011)
New Revision: 20143

Modified:
   branches/rel_1_6_1/Open-ILS/xul/staff_client/server/cat/spine_labels.xul
Log:
font_helper in this version depends on JSAN being set up by my_init()


Modified: branches/rel_1_6_1/Open-ILS/xul/staff_client/server/cat/spine_labels.xul
===================================================================
--- branches/rel_1_6_1/Open-ILS/xul/staff_client/server/cat/spine_labels.xul	2011-04-18 03:59:04 UTC (rev 20142)
+++ branches/rel_1_6_1/Open-ILS/xul/staff_client/server/cat/spine_labels.xul	2011-04-18 03:59:32 UTC (rev 20143)
@@ -20,7 +20,7 @@
 <?xul-overlay href="/xul/server/OpenILS/util_overlay.xul"?>
 
 <window id="spine_labels_win" 
-    onload="try { font_helper(); persist_helper(); my_init(); } catch(E) { alert(E); }"
+    onload="try { persist_helper(); my_init(); font_helper(); } catch(E) { alert(E); }"
     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
 
     <!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////// -->



More information about the open-ils-commits mailing list