Revision 10575

View differences:

trunk/libraries/libUI/src/org/gvsig/gui/beans/controls/label/Label.java
94 94
		try {
95 95
			String text = (String) value;
96 96
			setText(text);
97
			callActionListeners(text);
97
		//	callActionListeners(text);
98 98
			return text;
99 99
		}
100 100
		catch (ClassCastException ex) {

Also available in: Unified diff