Export e_entry_unfocus, not e_entry_focus twice :)
authorChristopher Michael <cpmichael1@comcast.net>
Thu, 29 Dec 2005 15:03:04 +0000 (15:03 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Thu, 29 Dec 2005 15:03:04 +0000 (15:03 +0000)
SVN revision: 19373

src/bin/e_entry.h

index 163cc6b..c4c4e21 100644 (file)
@@ -46,7 +46,7 @@ EAPI void         e_entry_cursor_show(Evas_Object *object);
 EAPI void         e_entry_cursor_hide(Evas_Object *object);   
 EAPI void         e_entry_change_handler_set(Evas_Object *object, void (*func)(void *data, Evas_Object *entry, char *key), void *data);
 EAPI void         e_entry_focus(Evas_Object *object);
-EAPI void         e_entry_focus(Evas_Object *object);
+EAPI void         e_entry_unfocus(Evas_Object *object);
     
 #endif
 #endif