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

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Apr 15 15:41:32 EDT 2011


Author: phasefx
Date: 2011-04-15 15:41:27 -0400 (Fri, 15 Apr 2011)
New Revision: 20111

Modified:
   branches/rel_1_6_0/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_0/Open-ILS/xul/staff_client/server/cat/spine_labels.xul
===================================================================
--- branches/rel_1_6_0/Open-ILS/xul/staff_client/server/cat/spine_labels.xul	2011-04-15 19:40:25 UTC (rev 20110)
+++ branches/rel_1_6_0/Open-ILS/xul/staff_client/server/cat/spine_labels.xul	2011-04-15 19:41:27 UTC (rev 20111)
@@ -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