nehresma Wed Aug 14 18:14:48 2002 EDT
Modified files:
/bojangles/widget_definitions htmlwindow.xml
Log:
since htmlwindows shouldn't really be limited to N instances per app
file, i removed the empty max_per_document element. this also fixes
a NumberFormatException when trying to convert an empty string to an
integer.
Index: bojangles/widget_definitions/htmlwindow.xml
diff -u bojangles/widget_definitions/htmlwindow.xml:1.1 bojangles/widget_definitions/htmlwindow.xml:1.2
--- bojangles/widget_definitions/htmlwindow.xml:1.1 Wed Aug 14 08:22:39 2002
+++ bojangles/widget_definitions/htmlwindow.xml Wed Aug 14 18:14:48 2002
@@ -13,7 +13,6 @@
</initial_settings>
<resizable>true</resizable>
<moveable>true</moveable>
- <max_per_document></max_per_document>
<properties>
<title>
<represent_as>text</represent_as>
|