happens to the best of us....

dh

Enlightenment SVN wrote:
> Log:
>   oops. i was on drugs that day. wrong call (right parameters!)
>   good catch
>   
>   
> Author:       raster
> Date:         2008-10-26 15:44:57 -0700 (Sun, 26 Oct 2008)
> New Revision: 37178
> 
> Modified:
>   trunk/e/src/bin/e_desklock.c 
> 
> Modified: trunk/e/src/bin/e_desklock.c
> ===================================================================
> --- trunk/e/src/bin/e_desklock.c      2008-10-26 20:50:21 UTC (rev 37177)
> +++ trunk/e/src/bin/e_desklock.c      2008-10-26 22:44:57 UTC (rev 37178)
> @@ -297,8 +297,7 @@
>                      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"))
> +                    if (edje_object_part_exists(edp->bg_object, 
> "e.swallow.login_box"))
>                        {
>                           edje_extern_object_min_size_set(edp->login_box, mw, 
> mh);
>                           edje_object_part_swallow(edp->bg_object, 
> "e.swallow.login_box", edp->login_box);
> 
> 
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> enlightenment-svn mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
> 


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to