Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_border.c 


Log Message:
This is fixed now with the new efreet event.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_border.c,v
retrieving revision 1.578
retrieving revision 1.579
diff -u -3 -r1.578 -r1.579
--- e_border.c  31 Mar 2007 01:59:42 -0000      1.578
+++ e_border.c  3 Apr 2007 18:31:04 -0000       1.579
@@ -173,10 +173,6 @@
 
    handlers = evas_list_append(handlers, 
ecore_event_handler_add(EFREET_EVENT_UTIL_DESKTOP_LIST_CHANGE, 
_e_border_cb_util_desktop_list_change, NULL));
    
-#if 0
-   e_app_change_callback_add(_e_border_app_change, NULL);
-#endif
-
    E_EVENT_BORDER_ADD = ecore_event_type_new();
    E_EVENT_BORDER_REMOVE = ecore_event_type_new();
    E_EVENT_BORDER_DESK_SET = ecore_event_type_new();
@@ -210,10 +206,6 @@
        handlers = evas_list_remove_list(handlers, handlers);
        ecore_event_handler_del(h);
      }
-   
-#if 0
-   e_app_change_callback_del(_e_border_app_change, NULL);
-#endif
    
    return 1;
 }



-------------------------------------------------------------------------
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