On Mon, Mar 31, 2003 at 12:52:27PM +0000, Alex Bennee wrote: > Had a quick look for the function in case it was just a prototype thing. > Any idea where it should be? > > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gtk-1.2 > -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include > -I/usr/include/libxml2 -g -O2 -Wall -c uploads_gui.c > uploads_gui.c: In function `uploads_gui_update_display': > uploads_gui.c:444: `clear_uploads' undeclared (first use in this function) > uploads_gui.c:444: (Each undeclared identifier is reported only once > uploads_gui.c:444: for each function it appears in.) > make[2]: *** [uploads_gui.o] Error 1 > make[2]: Leaving directory `/home/alex/sources/gtk-gnutella-current/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/alex/sources/gtk-gnutella-current' > make: *** [all-recursive-am] Error 2
I think this is caused by the change to two "clear completed downloads" switches from one. It seems that uploads_gui2.c (gtk2 version) was updated, but this gtk1 version wasn't. The gtk2 version uses clear_uploads_complete and clear_uploads_failed instead of clear_uploads. So, I guess the needed changes should be applied to gtk1 version too by someone who has the skill to edit glade interfaces. :) Jussi M��tt� [EMAIL PROTECTED] ------------------------------------------------------- This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for just $79/mo with 500 GB of bandwidth! No other company gives more support or power for your dedicated server http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ _______________________________________________ Gtk-gnutella-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel
