seoz pushed a commit to branch master.

commit 395b73f2dc1a4b6316c81de5337350aea6931383
Author: Daniel Juyung Seo <[email protected]>
Date:   Sat Jul 6 03:12:44 2013 +0900

    test_naviframe_complex.c: removed unused pointer value which was spotted by 
coverity. CID 1039976.
---
 src/bin/test_naviframe_complex.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/test_naviframe_complex.c b/src/bin/test_naviframe_complex.c
index 63ccc35..c6eab65 100644
--- a/src/bin/test_naviframe_complex.c
+++ b/src/bin/test_naviframe_complex.c
@@ -354,7 +354,7 @@ test_naviframe_complex(void *data __UNUSED__, Evas_Object 
*obj __UNUSED__, void
         evas_object_data_set(o, "page1", elm_naviframe_item_push(o, "Page 1", 
NULL, btn, content, NULL));
 
         it = elm_naviframe_item_simple_push(nf, o);
-        it = elm_toolbar_item_append(tb, NULL, label[x], _promote, it);
+        elm_toolbar_item_append(tb, NULL, label[x], _promote, it);
         evas_object_show(o);
      }
 

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to