Changeset 65790 in webkit


Ignore:
Timestamp:
Aug 22, 2010 5:30:20 PM (14 years ago)
Author:
commit-queue@webkit.org
Message:

2010-08-22 Rafael Antognolli <antognolli@profusion.mobi>

Reviewed by Antonio Gomes.

[EFL] Remove duplicated include entry from default theme.
https://bugs.webkit.org/show_bug.cgi?id=44345

This used to create the group webkit/widget/entry twice in
the theme. It's leading to a bug with the newer versions of
EFL.

  • DefaultTheme/default.edc:
Location:
trunk/WebKit/efl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/efl/ChangeLog

    r65787 r65790  
     12010-08-22  Rafael Antognolli  <antognolli@profusion.mobi>
     2
     3        Reviewed by Antonio Gomes.
     4
     5        [EFL] Remove duplicated include entry from default theme.
     6        https://bugs.webkit.org/show_bug.cgi?id=44345
     7
     8        This used to create the group webkit/widget/entry twice in
     9        the theme. It's leading to a bug with the newer versions of
     10        EFL.
     11
     12        * DefaultTheme/default.edc:
     13
    1142010-08-22  Daniel Bates  <dbates@rim.com>
    215
  • trunk/WebKit/efl/DefaultTheme/default.edc

    r65262 r65790  
    6464
    6565#include "widget/button/button.edc"
    66 #include "widget/entry/entry.edc"
    6766#include "widget/scrollbar/scrollbar.edc"
    6867#include "widget/radio/radio.edc"
Note: See TracChangeset for help on using the changeset viewer.