efreet: rename edbus functions

SVN revision: 81296
This commit is contained in:
Lucas De Marchi 2012-12-18 20:05:25 +00:00
parent b98d5f16b3
commit 6b18b0d02d
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ do_register(const EDBus_Service_Interface *ifc __UNUSED__, const EDBus_Message *
client_name_owner_changed_cb, NULL,
EINA_FALSE);
reply = edbus_message_method_return_new(message);
edbus_message_arguments_set(reply, "b", cache_desktop_exists());
edbus_message_arguments_append(reply, "b", cache_desktop_exists());
return reply;
}