From: <ju...@us...> - 2003-08-02 05:55:38
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1:/tmp/cvs-serv24290 Modified Files: ChangeLog Log Message: fix typo in textBufferGetCharCount (it was calling text_buffer_get_line_count!) Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.86 retrieving revision 1.87 diff -u -d -r1.86 -r1.87 --- ChangeLog 31 Jul 2003 11:13:55 -0000 1.86 +++ ChangeLog 2 Aug 2003 05:55:35 -0000 1.87 @@ -1,3 +1,8 @@ +2003-08-02 Jens Petersen <pet...@ha...> + + * gtk/multiline/TextBuffer.chs (textBufferGetCharCount): Call + text_buffer_get_char_count not text_buffer_get_line_count. + 2003-07-31 Jens Petersen <pet...@ha...> * gtk2hs.spec.in: Default to ghc-6.0.1. |