seoz pushed a commit to branch master.

commit 8be7634c6efd416f750e6b75e6c9ff72b37f9365
Author: Daniel Juyung Seo <[email protected]>
Date:   Sun Sep 1 07:53:07 2013 +0900

    slideshow_example.c: fix notify show issue.
    
    1. Adding notify to window resize object is not a good idea.
    2. This fixes T262.
---
 src/examples/slideshow_example.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/examples/slideshow_example.c b/src/examples/slideshow_example.c
index 5f535f8..4f747ec 100644
--- a/src/examples/slideshow_example.c
+++ b/src/examples/slideshow_example.c
@@ -215,7 +215,6 @@ elm_main(int    argc,
    notify = elm_notify_add(win);
    elm_notify_align_set(notify, 0.5, 1.0);
    evas_object_size_hint_weight_set(notify, EVAS_HINT_EXPAND, 
EVAS_HINT_EXPAND);
-   elm_win_resize_object_add(win, notify);
    elm_notify_timeout_set(notify, 3.0);
 
    bx = elm_box_add(win);

-- 

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk

Reply via email to