mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 03:58:08 +00:00
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:
parent
e72ba8183d
commit
cbccbafd42
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue