From: <kr_...@us...> - 2003-10-07 19:47:16
|
Update of /cvsroot/htoolkit/port/src/cbits/GTK In directory sc8-pr-cvs1:/tmp/cvs-serv26394/src/cbits/GTK Modified Files: Font.c Log Message: fix Index: Font.c =================================================================== RCS file: /cvsroot/htoolkit/port/src/cbits/GTK/Font.c,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Font.c 7 Oct 2003 19:44:09 -0000 1.7 --- Font.c 7 Oct 2003 19:47:12 -0000 1.8 *************** *** 208,213 **** } gtk_style_unref(gtkstyle); - - *style = FONT_UNDERLINED ; } --- 208,211 ---- |