MacOS dialog bug fixed
Tue Aug 29 11:58:47 WEST 2006 Daniel Mendes <danielmendes@portugalmail.com>
* MacOS dialog bug fixed
The following features are now working for MacOSX
- Rule creation wizard
- Add new agent
- Generate textual description
***END OF DESCRIPTION***
Place the long patch description above the ***END OF DESCRIPTION*** marker.
The first line of this file will be the patch name.
This patch contains the following changes:
M ./src/INTextualUI.hs -1 +1
M ./src/NetworkUI.hs -2 +2
{
hunk ./src/INTextualUI.hs 60
- , visible := True
+-- , visible := True
hunk ./src/NetworkUI.hs 1207
- dia <- dialog theFrame [ text := "Rule creation wizard", visible := True]
+ dia <- dialog theFrame [ text := "Rule creation wizard"]
hunk ./src/NetworkUI.hs 1274
- , visible := True
+-- , visible := True
}