Skip to content
Snippets Groups Projects
Commit a81f45b7 authored by Rafaël Carré's avatar Rafaël Carré
Browse files

conferencelist_get() takes a char*

Replace with conferencelist_get_nth() which takes an integer
parent fd7a113a
No related branches found
No related tags found
No related merge requests found
...@@ -554,7 +554,7 @@ record_playback_stoped_cb (DBusGProxy *proxy UNUSED, const gchar *filepath) ...@@ -554,7 +554,7 @@ record_playback_stoped_cb (DBusGProxy *proxy UNUSED, const gchar *filepath)
} }
for(i = 0; i < conflist_size; i++) { for(i = 0; i < conflist_size; i++) {
conf = conferencelist_get(history, i); conf = conferencelist_get_nth(history, i);
if(conf == NULL) { if(conf == NULL) {
ERROR("DBUS: ERROR: Could not find %dth conf", i); ERROR("DBUS: ERROR: Could not find %dth conf", i);
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment