Skip to content
Snippets Groups Projects
Commit a644038b authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #8487: use gboolean, not int

parent 603a73ef
No related branches found
No related tags found
No related merge requests found
......@@ -1497,7 +1497,7 @@ void dbus_set_is_always_recording(const gboolean alwaysRec)
gboolean dbus_get_is_always_recording(void)
{
GError *error = NULL;
int alwaysRec;
gboolean alwaysRec;
org_sflphone_SFLphone_ConfigurationManager_get_is_always_recording(
configurationManagerProxy, &alwaysRec, &error);
check_error(error);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment