*** empty log message ***
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 27 Jun 2006 12:01:05 +0000 (12:01 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 27 Jun 2006 12:01:05 +0000 (12:01 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@4803 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/chrome/content/util/widgets.js

index 9ba57ac..c4428d3 100644 (file)
@@ -283,6 +283,7 @@ util.widgets.stop_event = function(ev) {
 }
 
 util.widgets.set_text = function(n,t) {
+       n = util.widgets.get(n);
        switch(n.nodeName) {
                case 'button' :
                case 'caption' :