[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 12:25:01 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit f7a154257f64573c05a979b0eb6d25186ad725a3
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Aug 23 00:30:20 2010 +0000

    2010-08-22  Rafael Antognolli  <antognolli at 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:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65790 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/efl/ChangeLog b/WebKit/efl/ChangeLog
index 900afbc..69a45bc 100644
--- a/WebKit/efl/ChangeLog
+++ b/WebKit/efl/ChangeLog
@@ -1,3 +1,16 @@
+2010-08-22  Rafael Antognolli  <antognolli at 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:
+
 2010-08-22  Daniel Bates  <dbates at rim.com>
 
         Reviewed by Eric Seidel.
diff --git a/WebKit/efl/DefaultTheme/default.edc b/WebKit/efl/DefaultTheme/default.edc
index e9f55f0..0496a24 100644
--- a/WebKit/efl/DefaultTheme/default.edc
+++ b/WebKit/efl/DefaultTheme/default.edc
@@ -63,7 +63,6 @@ collections {
    }
 
 #include "widget/button/button.edc"
-#include "widget/entry/entry.edc"
 #include "widget/scrollbar/scrollbar.edc"
 #include "widget/radio/radio.edc"
 #include "widget/check/check.edc"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list