[elc_naviframe]: Return statement wrongly added in a void function
authorshilpa singh <shilpa.singh@samsung.com>
Tue, 19 Jun 2012 14:01:10 +0000 (19:31 +0530)
committershilpa singh <shilpa.singh@samsung.com>
Tue, 19 Jun 2012 14:01:10 +0000 (19:31 +0530)
Change-Id: I40691ea21fef84891db6019123b817b0f9e442be

src/lib/elc_naviframe.c

index 98b8d99..ab83da4 100644 (file)
@@ -220,7 +220,7 @@ static void _emit_hook(Evas_Object *obj,
 {
    Elm_Object_Item *it = elm_naviframe_top_item_get(obj);
    if (!it) return;
-   return elm_object_item_signal_emit(it, emission, source);
+   elm_object_item_signal_emit(it, emission, source);
 }
 
 static void