Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_fileman_smart.c 


Log Message:
use string, not key
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_fileman_smart.c,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -3 -r1.96 -r1.97
--- e_fileman_smart.c   8 Nov 2005 00:00:30 -0000       1.96
+++ e_fileman_smart.c   8 Nov 2005 00:06:30 -0000       1.97
@@ -2797,7 +2797,7 @@
          }
        else
          {
-            edje_object_part_text_set(sd->edje_obj, "text", ev->key);       
+            edje_object_part_text_set(sd->edje_obj, "text", ev->string);
          }
        if(strcmp(edje_object_part_state_get(sd->edje_obj, "typebuffer", NULL), 
"shown"))
          edje_object_signal_emit(sd->edje_obj, "typebuf_show", "");




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to