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

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Apr 15 15:39:36 EDT 2011


Author: phasefx
Date: 2011-04-15 15:39:31 -0400 (Fri, 15 Apr 2011)
New Revision: 20108

Modified:
   branches/rel_1_6/Open-ILS/xul/staff_client/server/cat/spine_labels.xul
Log:
label interface, run persist_helper() before my_init(), since the latter depends on values set by the former

Modified: branches/rel_1_6/Open-ILS/xul/staff_client/server/cat/spine_labels.xul
===================================================================
--- branches/rel_1_6/Open-ILS/xul/staff_client/server/cat/spine_labels.xul	2011-04-15 16:27:46 UTC (rev 20107)
+++ branches/rel_1_6/Open-ILS/xul/staff_client/server/cat/spine_labels.xul	2011-04-15 19:39:31 UTC (rev 20108)
@@ -20,7 +20,7 @@
 <?xul-overlay href="/xul/server/OpenILS/util_overlay.xul"?>
 
 <window id="spine_labels_win" 
-    onload="try { my_init(); font_helper(); persist_helper(); } catch(E) { alert(E); }"
+    onload="try { font_helper(); persist_helper(); my_init(); } catch(E) { alert(E); }"
     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
 
     <!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////// -->



More information about the open-ils-commits mailing list