From: <kr_...@us...> - 2003-03-26 08:46:36
|
Update of /cvsroot/htoolkit/port/src/cbits/GTK In directory sc8-pr-cvs1:/tmp/cvs-serv22470/src/cbits/GTK Modified Files: Frame.c Util.c Log Message: Replace DestroyProcess with ProcessDestroy and DismissProcess with ProcessDestroy. This makes more consistent naming convention. Index: Frame.c =================================================================== RCS file: /cvsroot/htoolkit/port/src/cbits/GTK/Frame.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Frame.c 3 Mar 2003 19:03:23 -0000 1.1 --- Frame.c 26 Mar 2003 08:45:52 -0000 1.2 *************** *** 45,49 **** static gboolean frame_delete_handler(GtkWidget *widget, GdkEvent *event, gpointer user_data) { ! handleDismissProcess(); return gtk_true(); } --- 45,49 ---- static gboolean frame_delete_handler(GtkWidget *widget, GdkEvent *event, gpointer user_data) { ! handleProcessDismiss(); return gtk_true(); } Index: Util.c =================================================================== RCS file: /cvsroot/htoolkit/port/src/cbits/GTK/Util.c,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Util.c 24 Mar 2003 15:40:41 -0000 1.8 --- Util.c 26 Mar 2003 08:45:54 -0000 1.9 *************** *** 72,76 **** } ! handleDestroyProcess(); free(gAppName); --- 72,76 ---- } ! handleProcessDestroy(); free(gAppName); |