Sorry. Just fixed it.

On 5/10/06, Chris Vetter <[EMAIL PROTECTED]> wrote:
On 2006-05-10 12:46:26 +0200 Sa¹o Kiselkov <[EMAIL PROTECTED]> wrote:
[...]

There's one line missing that prevents the CPU Frequency being displayed. It
should read (curly brackets omitted)

    if (mhz >= 1000)
        string = [NSString stringWithFormat: @"%.2f GHz", (float) mhz /
1000];
    else
        string = [NSString stringWithFormat: @"%d MHz", mhz];

    [cpuFreq setStringValue: string]; <-- missing...
  } while( 0 );

--
Chris



_______________________________________________
Etoile-dev mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-dev

_______________________________________________
Etoile-dev mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-dev

Reply via email to