Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_border.c 


Log Message:
Match new efreet event name.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_border.c,v
retrieving revision 1.582
retrieving revision 1.583
diff -u -3 -r1.582 -r1.583
--- e_border.c  5 Apr 2007 17:20:08 -0000       1.582
+++ e_border.c  5 Apr 2007 20:58:07 -0000       1.583
@@ -170,7 +170,7 @@
 
    handlers = evas_list_append(handlers, 
ecore_event_handler_add(E_EVENT_POINTER_WARP, _e_border_cb_pointer_warp, NULL));
 
-   handlers = evas_list_append(handlers, 
ecore_event_handler_add(EFREET_EVENT_UTIL_DESKTOP_LIST_CHANGE, 
_e_border_cb_util_desktop_list_change, NULL));
+   handlers = evas_list_append(handlers, 
ecore_event_handler_add(EFREET_EVENT_DESKTOP_LIST_CHANGE, 
_e_border_cb_util_desktop_list_change, NULL));
    handlers = evas_list_append(handlers, 
ecore_event_handler_add(E_EVENT_CONFIG_ICON_THEME, 
_e_border_cb_config_icon_theme, NULL));
    
    E_EVENT_BORDER_ADD = ecore_event_type_new();



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to