From 7f44d6aaad8771831e1685fc9bed4d498e39d437 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 30 Aug 2012 12:54:45 +0000 Subject: [PATCH] Hi All, Please find attached compilation error bug fix patch for e module (compilation error in data/themes/default.edc) Change description: > compilation error bug fix in data/themes/default.edc of e module. COMP parameter missing from image field Thanks & Regards Shilpa Singh ----------------------- SVN revision: 75880 --- data/themes/default.edc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/themes/default.edc b/data/themes/default.edc index 8e9b70d7b..c6df999a3 100644 --- a/data/themes/default.edc +++ b/data/themes/default.edc @@ -10419,7 +10419,7 @@ collections { image: "base_bg.png" COMP; image: "bd_top_hilight.png" COMP; image: "bd_title_bg.png" COMP; - image: "bd_title_over.png"; + image: "bd_title_over.png" COMP; } parts { part { @@ -15842,7 +15842,7 @@ collections { image: "base_bg.png" COMP; image: "bd_top_hilight.png" COMP; image: "bd_title_bg.png" COMP; - image: "bd_title_over.png"; + image: "bd_title_over.png" COMP; } parts { part { @@ -16034,7 +16034,7 @@ collections { image: "menu_sel_fg.png" COMP; image: "pager_window.png" COMP; image: "pager_window_shaded.png" COMP; - image: "pager_base2.png"; + image: "pager_base2.png" COMP; } parts { part {