Fix edje compile error with javascript popup code. 31/2631/1 accepted/2.0alpha-wayland/20121220.010237 accepted/2.0alpha-wayland/20121220.015125 submit/2.0alpha-wayland/20121220.005842
authorRusty Lynch <rusty.lynch@intel.com>
Thu, 20 Dec 2012 00:52:26 +0000 (16:52 -0800)
committerRusty Lynch <rusty.lynch@intel.com>
Thu, 20 Dec 2012 00:52:26 +0000 (16:52 -0800)
The edje-1.7 compiler is stricter then before and now correctly
throws an error when attempting to specify an undefined macro name

Source/WebKit2/UIProcess/API/efl/JavaScriptPopup.edc
packaging/webkit2-efl.changes

index 9192d68..8ee66b4 100755 (executable)
@@ -14,7 +14,7 @@ collections {
                 description {
                     state: "default" 0.0;
                     align: 0.0 0.0;
-                    min: EN_MAX_WIDTH 410;
+                    min: 300 410;
                     rel2 {
                         offset: 0 0;
                     }
index 4346391..a729ea5 100644 (file)
@@ -1,3 +1,6 @@
+* Wed Dec 19 2012 Rusty Lynch <rusty.lynch@intel.com> submit/2.0alpha-wayland/20121219.230334@33a8de9
+- Fixing a compile error in the javascript popup edc code
+
 * Wed Dec 19 2012 Rusty Lynch <rusty.lynch@intel.com> submit/2.0alpha-wayland/20121129.215226@69fa2b9
 - Revert "Fix build breakage with updated EFL"