diff --git a/gtk/status_icon.c b/gtk/status_icon.c index 916d9da62..b5b161c7d 100644 --- a/gtk/status_icon.c +++ b/gtk/status_icon.c @@ -132,7 +132,7 @@ static void _linphone_status_icon_desc_is_supported_result_cb( _LinphoneStatusIconDescSearchCtx *ctx) { if(!result) { - ; + ctx->i = g_slist_next(ctx->i); for(; ctx->i; ctx->i = g_slist_next(ctx->i)) { if(_linphone_status_icon_desc_is_supported( (const _LinphoneStatusIconDesc *)g_slist_nth_data(ctx->i, 0),