Hi Pekka,

> ---
>  src/dbus.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

> 
> diff --git a/src/dbus.c b/src/dbus.c
> index 09114c3..c51f2a9 100644
> --- a/src/dbus.c
> +++ b/src/dbus.c
> @@ -300,7 +300,7 @@ DBusMessage *__ofono_error_not_supported(DBusMessage *msg)
>  
>  DBusMessage *__ofono_error_not_available(DBusMessage *msg)
>  {
> -     return g_dbus_create_error(msg, DBUS_GSM_ERROR_INTERFACE,
> +     return g_dbus_create_error(msg, DBUS_GSM_ERROR_INTERFACE
>                                       ".NotAvailable",
>                                       "Operation currently not available");
>  }

good catch. Patch has been applied.

And the compiler should have complained, but of course it only does that
if you annotate this properly in gdbus :(

Regards

Marcel


_______________________________________________
ofono mailing list
[email protected]
http://lists.ofono.org/listinfo/ofono

Reply via email to