[Goodies-dev] [Bug 10385] Jumping panel resize at 1 GHz

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Thu Oct 3 16:45:37 CEST 2013


https://bugzilla.xfce.org/show_bug.cgi?id=10385

--- Comment #1 from Nick <nick at linicks.net> ---
Bugger.... please ignore the:

     readable_freq = g_strdup_printf ("%d.2f %s", (freq/div), freq_unit);
                                    ^^^
that was me debugging and I forgot to remove it.  It is:

     readable_freq = g_strdup_printf ("%d %s", (freq/div), freq_unit);

Nick

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Goodies-dev mailing list