hermet pushed a commit to branch master.

commit 638da4d9e6d95570df8fdd1a05eaa699b737dc8e
Author: ChunEon Park <[email protected]>
Date:   Sat Aug 10 16:41:25 2013 +0900

    elementary/popup - only set the notify style if the notify is the parent of 
the popup
---
 src/lib/elc_popup.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/lib/elc_popup.c b/src/lib/elc_popup.c
index e3e9947..340d45b 100644
--- a/src/lib/elc_popup.c
+++ b/src/lib/elc_popup.c
@@ -325,6 +325,11 @@ _elm_popup_smart_theme(Eo *obj, void *_pd, va_list *list)
 
    _mirrored_set(obj, elm_widget_mirrored_get(obj));
 
+   /* Since parent of the popup can be notify, we need to set to notify style
+      manually. */
+   if (elm_widget_parent_get(sd->notify) != obj)
+     eo_do(sd->notify, elm_wdg_style_set(elm_widget_style_get(obj), &ret));
+
    if (sd->action_area)
      {
         snprintf(buf, sizeof(buf), "buttons%u", sd->button_count);

-- 

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk

Reply via email to