Enlightenment CVS committal

Author  : onefang
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_config_dpms.c 


Log Message:
Make it compile again after a recent API change.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_dpms.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- e_int_config_dpms.c 1 Mar 2007 02:43:41 -0000       1.2
+++ e_int_config_dpms.c 9 Mar 2007 16:23:32 -0000       1.3
@@ -46,7 +46,7 @@
 static int
 _e_int_config_dpms_capable()
 {
-   if (ecore_x_dpms_capable()) return 1;
+   if (ecore_x_dpms_capable_get()) return 1;
    
    if (dpms_dialog) e_object_del(E_OBJECT(dpms_dialog));
    dpms_dialog = 
e_dialog_new(e_container_current_get(e_manager_current_get()), "E", 
"_dpms_dialog");



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