From: Duncan C. <dun...@us...> - 2005-03-25 19:22:47
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31244 Modified Files: ChangeLog Log Message: Fix progress demo to use the right idle priority. This is a knock-on change from fixing the priority constants in gtk/Graphics/UI/Gtk/General/Structs.hsc. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.398 retrieving revision 1.399 diff -u -d -r1.398 -r1.399 --- ChangeLog 25 Mar 2005 19:14:35 -0000 1.398 +++ ChangeLog 25 Mar 2005 19:22:38 -0000 1.399 @@ -29,6 +29,10 @@ * tools/apiGen/gobject-sources.xml: add gobject seperately. + * demo/concurrent/Progress.hs: Fix progress demo to use the right + idle priority. This is a knock-on change from fixing the priority + constants in gtk/Graphics/UI/Gtk/General/Structs.hsc. + 2005-03-24 Duncan Coutts <du...@co...> * gtk/Graphics/UI/Gtk/Scrolling/HScrollbar.chs, |