Catchup with the renaming of the GetDevices method.

---
 src/lib/nm/e_nm_manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/lib/nm/e_nm_manager.c b/src/lib/nm/e_nm_manager.c
index e69ae86..265249e 100644
--- a/src/lib/nm/e_nm_manager.c
+++ b/src/lib/nm/e_nm_manager.c
@@ -18,7 +18,7 @@ e_nm_get_devices(E_NM_Context *ctx, E_DBus_Callback_Func 
cb_func, void *data)
   DBusMessage *msg;
   int ret;
 
-  msg = e_nm_manager_call_new("getDevices");
+  msg = e_nm_manager_call_new("GetDevices");
 
   ret = e_dbus_method_call_send(ctx->conn, msg, cb_nm_string_list, cb_func, 
free_nm_string_list, -1, data) ? 1 : 0;
   dbus_message_unref(msg);
-- 
1.5.4.3


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to