From: <kr_...@us...> - 2003-10-04 22:25:06
|
Update of /cvsroot/htoolkit/port/src/cbits/GTK In directory sc8-pr-cvs1:/tmp/cvs-serv16362/src/cbits/GTK Modified Files: EditBox.c Log Message: bugfix Index: EditBox.c =================================================================== RCS file: /cvsroot/htoolkit/port/src/cbits/GTK/EditBox.c,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** EditBox.c 2 Oct 2003 22:31:39 -0000 1.11 --- EditBox.c 4 Oct 2003 22:25:02 -0000 1.12 *************** *** 8,11 **** --- 8,12 ---- entry = gtk_entry_new(); + GTK_ENTRY(entry)->is_cell_renderer = TRUE; port_layout_put(PORT_LAYOUT(GTK_BIN(window)->child), entry); gtk_widget_show(entry); |