Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 262194 | Differences between
and this patch

Collapse All | Expand All

(-)libwnck-2.24.2/libwnck/tasklist.c (-1 / +2 lines)
Lines 1433-1439 Link Here
1433
  tasklist->priv->size_hints = (int *)g_array_free (array, FALSE);
1433
  tasklist->priv->size_hints = (int *)g_array_free (array, FALSE);
1434
1434
1435
  requisition->width = tasklist->priv->size_hints[0];
1435
  requisition->width = tasklist->priv->size_hints[0];
1436
  requisition->height = fake_allocation.height;
1436
  /* Save space when panel is vertical */
1437
  requisition->height = n_rows * tasklist->priv->max_button_height;
1437
}
1438
}
1438
1439
1439
/**
1440
/**

Return to bug 262194