|
From: Juan T. <to...@us...> - 2000-03-20 15:40:00
|
"J.P van Oyen" wrote: > I am getting this in the debug screen. Widgets not found ? > Any idea what to do about it ? > Ps how to disable the dump in console ? There are several warnings caused by my ignorance in GTK coding (any help, anyone?). They are harmless. Same thing with debug messages. In order to get rid of them just redirect output. In bash, use ./etherape > /dev/null 2> /dev/null See the man page of your shell if it is other than bash. > Another issue is that I can not make the points smaller any more. Since > a few versions its changed as with the early ones I could make it > smaller. Can you be more specific? How small do you want them to be? What size mode are you talking about? > During compilations there are a few warnings that might be of interest > to you : The code restructuring I talked about was to get rid of those warnings and some more you are not seing now. Thanks for taking the effort of telling me, though. > Its realy a very nice tool and I like it alot. Thank you. :-) Regards, Juan. |