Comment 5 for bug 215472

Revision history for this message
Kristian (kristian-soderholm) wrote : Re: Darklooks gtkrc is broken [hardy]

You can fix it by changing the two tooltip lines...

from:
...
181: bg[NORMAL] = @tooltip_bg_color
182: fg[NORMAL] = @tooltip_fg_color
...

to:
...
181: bg[NORMAL] = @tooltips_bg_color
182: fg[NORMAL] = @tooltips_fg_color
...