[gq-commit] gq/src browse-export.c,1.1,1.2
Status: Beta
Brought to you by:
sur5r
From: <sta...@us...> - 2003-10-24 19:10:57
|
Update of /cvsroot/gqclient/gq/src In directory sc8-pr-cvs1:/tmp/cvs-serv14807 Modified Files: browse-export.c Log Message: * Fix a compile-time warning Index: browse-export.c =================================================================== RCS file: /cvsroot/gqclient/gq/src/browse-export.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** browse-export.c 23 Oct 2003 05:18:36 -0000 1.1 --- browse-export.c 24 Oct 2003 19:09:04 -0000 1.2 *************** *** 256,260 **** "clicked", (GtkSignalFunc) dump_subtree_ok_callback, ! ex); gtk_signal_connect_object(GTK_OBJECT(GTK_FILE_SELECTION(filesel)->cancel_button), "clicked", --- 256,260 ---- "clicked", (GtkSignalFunc) dump_subtree_ok_callback, ! (gpointer) ex); gtk_signal_connect_object(GTK_OBJECT(GTK_FILE_SELECTION(filesel)->cancel_button), "clicked", |