From: Joe E. <jo...@em...> - 2005-02-15 10:36:24
|
It appears that, a couple of weeks ago, the "show()" method was both deprecated *and* commented out in core.JSLFrame. My compiler applies deprecation to the first UNcommented method it comes across. Since show() is commented out, the compiler thinks that the one *after* it, currently pack(), is deprecated. As a result, I'm getting dozens of deprecation warnings when I try to do a rebuild from the current cvs tree. If nobody objects in about 24 hours, I'm going to remove the deprecation. After all, there's no point. show() isn't just deprecated.... it's *gone*. - Joe |