Add comment about wrong code usage.

SVN revision: 37176
This commit is contained in:
Sebastian Dransfeld 2008-10-26 20:50:09 +00:00
parent 40ba4982d1
commit ea5245d2f3
1 changed files with 1 additions and 0 deletions

View File

@ -297,6 +297,7 @@ e_desklock_show(void)
edje_object_part_text_set(edp->login_box, "e.text.title",
_("Please enter your unlock password"));
edje_object_size_min_calc(edp->login_box, &mw, &mh);
/* FIXME: This is wrong, edje_file_group_exists needs a file, not an object! */
if (edje_file_group_exists(edp->bg_object, "e.swallow.login_box"))
{
edje_extern_object_min_size_set(edp->login_box, mw, mh);