View | Details | Raw Unified | Return to bug 432313
Collapse All | Expand All

(-)a/plugins/cube.c (-1 / +1 lines)
Lines 1806-1812 cubeSetOptionForPlugin (CompObject *o, Link Here
1806
    status = (*core.setOptionForPlugin) (o, plugin, name, value);
1806
    status = (*core.setOptionForPlugin) (o, plugin, name, value);
1807
    WRAP (cc, &core, setOptionForPlugin, cubeSetOptionForPlugin);
1807
    WRAP (cc, &core, setOptionForPlugin, cubeSetOptionForPlugin);
1808
1808
1809
    if (status && o->type == COMP_OBJECT_TYPE_SCREEN)
1809
    if (status && o->parent && o->type == COMP_OBJECT_TYPE_SCREEN)
1810
    {
1810
    {
1811
	if (strcmp (plugin, "core") == 0 && strcmp (name, "hsize") == 0)
1811
	if (strcmp (plugin, "core") == 0 && strcmp (name, "hsize") == 0)
1812
	{
1812
	{

Return to bug 432313