[open-ils-commits] r20110 - branches/rel_1_6_2/Open-ILS/xul/staff_client/server/cat (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Apr 15 15:40:30 EDT 2011
Author: phasefx
Date: 2011-04-15 15:40:25 -0400 (Fri, 15 Apr 2011)
New Revision: 20110
Modified:
branches/rel_1_6_2/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_2/Open-ILS/xul/staff_client/server/cat/spine_labels.xul
===================================================================
--- branches/rel_1_6_2/Open-ILS/xul/staff_client/server/cat/spine_labels.xul 2011-04-15 19:40:06 UTC (rev 20109)
+++ branches/rel_1_6_2/Open-ILS/xul/staff_client/server/cat/spine_labels.xul 2011-04-15 19:40:25 UTC (rev 20110)
@@ -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