On Wed, Oct 13, 2010 at 11:11 AM, Enlightenment SVN
<[email protected]> wrote:
> Log:
>  Removing focus highlight
>
>  Blue smile isn't acceptable.

Damn you Nazis.

> Author:       tiago
> Date:         2010-10-13 07:11:21 -0700 (Wed, 13 Oct 2010)
> New Revision: 53356
>
> Modified:
>  trunk/editje/editje/editje.py trunk/editje/editje/popup_win.py
>
> Modified: trunk/editje/editje/editje.py
> ===================================================================
> --- trunk/editje/editje/editje.py       2010-10-13 13:39:24 UTC (rev 53355)
> +++ trunk/editje/editje/editje.py       2010-10-13 14:11:21 UTC (rev 53356)
> @@ -71,7 +71,6 @@
>         self.title_set("Editje - Edje Editor")
>         self.callback_destroy_add(self._destroy_cb)
>         self.resize(800, 600)
> -        self.focus_highlight_enabled_set(True)
>
>         # Load Edje Theme File
>         self._load_theme()
>
> Modified: trunk/editje/editje/popup_win.py
> ===================================================================
> --- trunk/editje/editje/popup_win.py    2010-10-13 13:39:24 UTC (rev 53355)
> +++ trunk/editje/editje/popup_win.py    2010-10-13 14:11:21 UTC (rev 53356)
> @@ -25,7 +25,6 @@
>     def __init__(self, name="popup", type=elementary.ELM_WIN_BASIC):
>         elementary.Window.__init__(self, name, type)
>         self.autodel_set(True)
> -        self.focus_highlight_enabled_set(True)
>
>         bg = elementary.Background(self)
>         self.resize_object_add(bg)
>
>
> ------------------------------------------------------------------------------
> Beautiful is writing same markup. Internet Explorer 9 supports
> standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
> Spend less time writing and  rewriting code and more time creating great
> experiences on the web. Be a part of the beta today.
> http://p.sf.net/sfu/beautyoftheweb
> _______________________________________________
> enlightenment-svn mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to