Should be fixed now, thanks for catching it.

Andrew
On Mon, 6 Jun 2016 at 20:32, Andrew Williams <a...@andywilliams.me> wrote:

> You're totally correct.
> Part of the merge reason was to get access to the elementary theme
> infrastructure. I'll be tidying this as well as the theme namespace shortly.
>
> Andy
> On Mon, 6 Jun 2016 at 20:18, Davide Andreoli <d...@gurumeditation.it>
> wrote:
>
>> 2016-06-06 15:34 GMT+02:00 Andy Williams <a...@andywilliams.me>:
>>
>> > tasn pushed a commit to branch master.
>> >
>> >
>> >
>> http://git.enlightenment.org/core/efl.git/commit/?id=80ca479916419bafd1fe333ed074699903a1b945
>> >
>> > commit 80ca479916419bafd1fe333ed074699903a1b945
>> > Author: Andy Williams <a...@andywilliams.me>
>> > Date:   Mon Jun 6 00:01:34 2016 +0100
>> >
>> >     elementary_code: Use correct theme file post-merge
>> > ---
>> >  src/lib/elementary/elm_code_widget.c | 2 +-
>> >  1 file changed, 1 insertion(+), 1 deletion(-)
>> >
>> > diff --git a/src/lib/elementary/elm_code_widget.c
>> > b/src/lib/elementary/elm_code_widget.c
>> > index 9a9418e..3146960 100644
>> > --- a/src/lib/elementary/elm_code_widget.c
>> > +++ b/src/lib/elementary/elm_code_widget.c
>> > @@ -1809,7 +1809,7 @@ _elm_code_widget_evas_object_smart_add(Eo *obj,
>> > Elm_Code_Widget_Data *pd)
>> >     evas_obj_smart_add(eo_super(obj, ELM_CODE_WIDGET_CLASS));
>> >     elm_object_focus_allow_set(obj, EINA_TRUE);
>> >
>> > -   elm_layout_file_set(obj, PACKAGE_DATA_DIR "/themes/elm_code.edj",
>> > "elm_code/layout/default");
>> > +   elm_layout_file_set(obj, PACKAGE_DATA_DIR "/themes/default.edj",
>> > "elm_code/layout/default");
>> >
>>
>> hmm, hardcoded default theme ?
>> this seems totally wrong to me :/
>>
>>
>>
>> >
>> >     scroller = elm_scroller_add(obj);
>> >     evas_object_size_hint_weight_set(scroller, EVAS_HINT_EXPAND,
>> > EVAS_HINT_EXPAND);
>> >
>> > --
>> >
>> >
>> >
>>
>> ------------------------------------------------------------------------------
>> What NetFlow Analyzer can do for you? Monitors network bandwidth and
>> traffic
>> patterns at an interface-level. Reveals which users, apps, and protocols
>> are
>> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
>> J-Flow, sFlow and other flows. Make informed decisions using capacity
>> planning reports.
>> https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
>> _______________________________________________
>> enlightenment-devel mailing list
>> enlightenment-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>>
>
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to