hermet pushed a commit to branch master.

commit c96e36ba5caa09b56f061c04083b5665a8aee9df
Author: ChunEon Park <[email protected]>
Date:   Fri Apr 5 15:56:35 2013 +0900

    elementary/naviframe - renamed internal signal names for compress mode
---
 src/lib/elc_naviframe.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/elc_naviframe.c b/src/lib/elc_naviframe.c
index 8b687eb..2995678 100644
--- a/src/lib/elc_naviframe.c
+++ b/src/lib/elc_naviframe.c
@@ -1084,10 +1084,10 @@ _item_dispmode_set(Elm_Naviframe_Item *it, 
Evas_Display_Mode dispmode)
    switch (dispmode)
      {
       case EVAS_DISPLAY_MODE_COMPRESS:
-         elm_object_signal_emit(VIEW(it), "display,mode,compress", "");
+         elm_object_signal_emit(VIEW(it), "elm,state,display,compress", "elm");
          break;
       default:
-         elm_object_signal_emit(VIEW(it), "display,mode,default", "");
+         elm_object_signal_emit(VIEW(it), "elm,state,display,default", "elm");
          break;
      }
    it->dispmode = dispmode;

-- 

------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html

Reply via email to