From 780fdf762ea90956b668d8fd3daff35973a06de7 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 23 Aug 2007 08:29:21 +0000 Subject: Rename SetSerialParams to SetSerialParameters --- serial/manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'serial/manager.c') diff --git a/serial/manager.c b/serial/manager.c index ace402b5..965f1653 100644 --- a/serial/manager.c +++ b/serial/manager.c @@ -1590,7 +1590,7 @@ static DBusMethodVTable proxy_methods[] = { { "Enable", proxy_enable, "", "" }, { "Disable", proxy_disable, "", "" }, { "GetInfo", proxy_get_info, "", "{sv}" }, - { "SetSerialParams", proxy_set_serial_params, "syys", "" }, + { "SetSerialParameters", proxy_set_serial_params, "syys", "" }, { NULL, NULL, NULL, NULL }, }; -- cgit