fix a magnificent typo in my last commit

This commit is contained in:
Mike Blumenkrantz 2013-12-10 15:37:57 -05:00
parent a7d1a4588e
commit 0c2d21558f
1 changed files with 2 additions and 2 deletions

View File

@ -402,8 +402,8 @@ e_desk_last_focused_focus(E_Desk *desk)
}
if (bds)
{
e_border_focus_set_with_pointer(bd);
return bd;
e_border_focus_set_with_pointer(bds);
return bds;
}
return NULL;
}