From: <kr_...@us...> - 2003-03-26 00:41:50
|
Update of /cvsroot/htoolkit/port/src/cbits/GTK In directory sc8-pr-cvs1:/tmp/cvs-serv7613/src/cbits/GTK Modified Files: Button.c Log Message: BUGFIX: handleButtonClick function is replaced with handleControlCommand Index: Button.c =================================================================== RCS file: /cvsroot/htoolkit/port/src/cbits/GTK/Button.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Button.c 10 Feb 2003 22:42:09 -0000 1.3 --- Button.c 26 Mar 2003 00:41:47 -0000 1.4 *************** *** 10,14 **** button = gtk_button_new_with_mnemonic(""); gtk_signal_connect (GTK_OBJECT(button), "clicked", ! GTK_SIGNAL_FUNC(handleButtonClick), NULL); gtk_fixed_put(GTK_FIXED(GTK_BIN(GetSW(window)->child)->child), button, 0, 0); --- 10,14 ---- button = gtk_button_new_with_mnemonic(""); gtk_signal_connect (GTK_OBJECT(button), "clicked", ! GTK_SIGNAL_FUNC(handleControlCommand), NULL); gtk_fixed_put(GTK_FIXED(GTK_BIN(GetSW(window)->child)->child), button, 0, 0); |