Comment 31 for bug 267047

Revision history for this message
mb74 (mrb74) wrote :

I've found the problem now. If this bug ever appears again the following addition would fix it:
In file cpufreq-applet.c at line 881 add the following line:
    if (0 == label_size) return;
Then compile and install the new applet.
The problem source is that gnome sometimes calls the callback- and init-functions in the wrong order.