From cbccbafd42fb7dd928059a7ba88f496ebf4435cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Wed, 20 May 2015 13:34:02 +0200 Subject: [PATCH] Fix missing status icon on Linux desktop environment that does not support StatusNotifierItem Only the first implementation of LinphoneStatusIcon was checked at startup --- gtk/status_icon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),