stdout output from colorselection
- From: Iago Rubio <iago iagorubio com>
- To: gtk-devel-list gnome org
- Subject: stdout output from colorselection
- Date: Sat, 05 Aug 2006 16:17:10 +0200
Hi all,
I realized that lately there have been some output to stdout when
selecting an item on the color selection's palette.
Looks like the culprit is palette_paint at gtkcolorsel.c:607,
http://cvs.gnome.org/viewcvs/gtk%
2B/gtk/gtkcolorsel.c?rev=1.147&view=markup
// ....
625 set_focus_line_attributes (drawing_area, cr, &focus_width);
626 g_print ("%g %g %g %g\n",
627 focus_width / 2., focus_width / 2.,
628 (double)drawing_area->allocation.width - focus_width,
629 (double)drawing_area->allocation.height - focus_width);
// ...
Is that intentional ?
It's somewhat polluting the application's output. It will confuse users
of those applications that use g_set_print_handler to log output to a
file.
--
Iago Rubio
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]