Mercurial > audlegacy
view Skins/Default/gtk-2.0/panel.rc @ 4539:8c2a166168dd
Fix a theoretical infinite loop: if plugin matches a mime-type, but probe
function does not recognize contents, input probing gets into a infinite loop.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Sun, 11 May 2008 01:40:50 +0300 |
parents | cc5426d6d39c |
children |
line wrap: on
line source
style "tasklist-button" { xthickness = 0 ythickness = 0 engine "pixmap" { image { function = BOX state = NORMAL file = "Buttons/button-normal.png" border = {6,6,14,2} stretch = TRUE } image { function = BOX state = ACTIVE file = "Buttons/button-prelight.png" border = {6,6,14,2} stretch = TRUE } image { function = BOX state = PRELIGHT file = "Buttons/button-prelight.png" border = {6,6,14,2} stretch = TRUE } } } widget "*.tasklist-button" style "tasklist-button" style "panel-menubar" { xthickness = 1 ythickness = 0 engine "pixmap" { image { function = BOX state = NORMAL file = "Panel/panel-bg.png" border = {0,0,0,0} stretch = FALSE } } } class "*Panel*" style "panel-menubar"