[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: gaim is broken (was Re: GnomeICU dies)



On Wed, 26 Jan 2000, Phil Oleson wrote:

> Actually this is a bug in Gaim itself if your talking about what I'm suspecting.
> (been playing with it remotely with X lately).  try this small  patch.
> 
> 		Phil.
> 
> 
> phil@phil [06:55pm] ~/usr/scratch> diff -u gaim-0.9.10/src/buddy.c gaim-0.9.10.n
> ew/src/buddy.c
> --- gaim-0.9.10/src/buddy.c     Wed Nov  3 21:00:06 1999
> +++ gaim-0.9.10.new/src/buddy.c Fri Jan 21 15:07:23 2000
> @@ -201,7 +201,7 @@
>                  gtk_widget_show(lagometer_box);
> 
> 
> -        pct = last_lag_us/100000;
> +        pct = (double) last_lag_us/100000;
>          pct = 25 * log(pct);
> 
>          if (pct < 0)    

Interesting.  I just submitted the -mieee patch, so I'll follow it (once
it's issued a bug #) with this patch as well (couldn't hurt to have both
applied).

C


Reply to: