From 5e430f9e85c8d51a9355ecb3d4a5e3d8ceb55744 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Fri, 9 Mar 2007 16:23:32 +0000 Subject: [PATCH] Make it compile again after a recent API change. SVN revision: 28632 --- src/bin/e_int_config_dpms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_int_config_dpms.c b/src/bin/e_int_config_dpms.c index 17ca61591..a961084a7 100644 --- a/src/bin/e_int_config_dpms.c +++ b/src/bin/e_int_config_dpms.c @@ -46,7 +46,7 @@ _cb_dpms_dialog_ok(void *data, E_Dialog *dia) 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");