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
This commit is contained in:
Mike Blumenkrantz 2012-08-30 12:54:45 +00:00
parent 08ada20d6b
commit 7f44d6aaad
1 changed files with 3 additions and 3 deletions

View File

@ -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 {