Mercurial > pidgin.yaz
changeset 13593:165bf3145cbf
[gaim-migrate @ 15979]
Remove a debug line that bugs me.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Fri, 07 Apr 2006 05:12:51 +0000 |
parents | 6519aeb66b31 |
children | 893ef02b6e28 |
files | src/gtkconv.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkconv.c Fri Apr 07 05:10:56 2006 +0000 +++ b/src/gtkconv.c Fri Apr 07 05:12:51 2006 +0000 @@ -8218,9 +8218,6 @@ { GdkColor color = { 0, rand() % 65536, rand() % 65536, rand() % 65536 }; - gaim_debug_warning("gtkconv", - "Looking for random colors to fill the list, I have found %i so far.\n",i); - if (color_is_visible(color, background, MIN_COLOR_CONTRAST, MIN_BRIGHTNESS_CONTRAST) && color_is_visible(color, nick_highlight, MIN_COLOR_CONTRAST / 2, 0) && color_is_visible(color, send_color, MIN_COLOR_CONTRAST / 4, 0))