ryuan pushed a commit to branch master.

commit 8637d8b9611e1a647a952cf0285356bc0c4c115b
Author: Ryuan Choi <[email protected]>
Date:   Mon Jul 15 13:37:34 2013 +0900

    entry: ELM_PRIV_XXX_SIGNALS adoption for entry(2)
    
    Fixed typo.
---
 src/lib/elm_entry.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elm_entry.c b/src/lib/elm_entry.c
index 729e285..5e87cd1 100644
--- a/src/lib/elm_entry.c
+++ b/src/lib/elm_entry.c
@@ -56,12 +56,12 @@ EAPI Eo_Op ELM_OBJ_ENTRY_BASE_ID = EO_NOOP;
 ELM_PRIV_ENTRY_SIGNALS(ELM_PRIV_STATIC_VARIABLE_DECLARE);
 
 static const Evas_Smart_Cb_Description _smart_callbacks[] = {
+   ELM_PRIV_ENTRY_SIGNALS(ELM_PRIV_SMART_CALLBACKS_DESC)
    {NULL, NULL}
 };
 
 static const Elm_Layout_Part_Alias_Description _content_aliases[] =
 {
-   ELM_PRIV_ENTRY_SIGNALS(ELM_PRIV_SMART_CALLBACKS_DESC)
    {"icon", "elm.swallow.icon"},
    {"end", "elm.swallow.end"},
    {NULL, NULL}

-- 

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk

Reply via email to