From: Axel S. <as...@us...> - 2005-04-08 14:22:03
|
Update of /cvsroot/gtk2hs/gtk2hs/tools/hierarchyGen In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6688/tools/hierarchyGen Modified Files: hierarchy.list Log Message: Corrected conditional compilation so that it compiles with Gtk 2.4 Index: hierarchy.list =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/tools/hierarchyGen/hierarchy.list,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- hierarchy.list 6 Apr 2005 20:14:22 -0000 1.16 +++ hierarchy.list 8 Apr 2005 14:21:53 -0000 1.17 @@ -56,8 +56,8 @@ GtkToggleButton GtkCheckButton GtkRadioButton - GtkColorButton if gtk-2.6 - GtkFontButton if gtk-2.6 + GtkColorButton if gtk-2.4 + GtkFontButton if gtk-2.4 GtkOptionMenu if deprecated GtkItem GtkMenuItem |