set popup edje bg to pull in shape settings on popup

ticket #1714


SVN revision: 79150
This commit is contained in:
Mike Blumenkrantz 2012-11-12 11:10:44 +00:00
parent 31b2e6dcf9
commit 021e030364
1 changed files with 1 additions and 0 deletions

View File

@ -796,6 +796,7 @@ _e_fwin_icon_popup(void *data)
bg = edje_object_add(fwin->popup->evas);
e_theme_edje_object_set(bg, "base/theme/fileman",
"e/fileman/popup/default");
e_popup_edje_bg_object_set(fwin->popup, bg);
mw = zone->w * fileman_config->tooltip.size / 100.0;
mh = zone->h * fileman_config->tooltip.size / 100.0;