Fix missing status icon on Linux desktop environment that does not support StatusNotifierItem

Only the first implementation of LinphoneStatusIcon was checked at startup
This commit is contained in:
François Grisez 2015-05-20 13:34:02 +02:00
parent e72ba8183d
commit cbccbafd42

View file

@ -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),