Disable auto-hide for below all shelves.

SVN revision: 29911
This commit is contained in:
Sebastian Dransfeld 2007-05-07 18:38:49 +00:00
parent 399b8de152
commit d1458cd65d
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ e_shelf_toggle(E_Shelf *es, int show)
E_OBJECT_CHECK(es);
E_OBJECT_TYPE_CHECK(es, E_SHELF_TYPE);
if (!es->cfg->autohide) return;
if ((!es->popup) || (!es->cfg->autohide)) return;
if ((show) && (es->hidden))
{