From: John L. <jr...@us...> - 2007-06-25 19:45:01
|
Update of /cvsroot/wxlua/wxLua/samples In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv26860/wxLua/samples Modified Files: controls.wx.lua Log Message: Rename wxluabind_get/setTableFunction to what it really is wxluabind_index/newindex_wxLuaBindClass Index: controls.wx.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/samples/controls.wx.lua,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** controls.wx.lua 25 Jun 2007 16:07:58 -0000 1.8 --- controls.wx.lua 25 Jun 2007 19:44:56 -0000 1.9 *************** *** 871,875 **** imageList:delete() if taskbarIcon then ! taskbarIcon:RemoveIcon() taskbarIcon:delete() -- must delete() it for program to exit in MSW end --- 871,878 ---- imageList:delete() if taskbarIcon then ! if taskbarIcon:IsIconInstalled() then ! taskbarIcon:RemoveIcon() ! end ! taskbarIcon:delete() -- must delete() it for program to exit in MSW end |