From: Duncan C. <dun...@us...> - 2004-08-06 01:48:20
|
Update of /cvsroot/gtk2hs/gtk2hs/gtk/abstract In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv696/gtk/abstract Modified Files: ButtonBox.chs Log Message: Compatability fixes for gtk-2.2 & 2.0 and for ghc-5.04.x. Also fix a typo in TreeModel.chs which caused a linker error in apps. Index: ButtonBox.chs =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/gtk/abstract/ButtonBox.chs,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- ButtonBox.chs 26 Jul 2004 16:12:43 -0000 1.3 +++ ButtonBox.chs 6 Aug 2004 01:48:04 -0000 1.4 @@ -29,10 +29,10 @@ ButtonBoxClass, castToButtonBox, buttonBoxGetLayout, - buttonBoxGetChildSecondary, buttonBoxSetLayout, + buttonBoxSetChildSecondary, #if GTK_CHECK_VERSION(2,4,0) - buttonBoxSetChildSecondary + buttonBoxGetChildSecondary #endif ) where |