messenger-gtk

Gtk+3 graphical user interfaces for GNUnet Messenger
Log | Files | Refs | Submodules | README | LICENSE

commit cb2de3d315bccb1119af1b52cb59be2144089d2e
parent e8e0641ff448df07b8a6b3cb86e7a9fec2e2238b
Author: TheJackiMonster <thejackimonster@gmail.com>
Date:   Thu, 15 Feb 2024 20:18:51 +0100

Fix camera error page

Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>

Diffstat:
Msrc/ui/new_contact.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ui/new_contact.c b/src/ui/new_contact.c @@ -126,7 +126,7 @@ _disable_video_processing(UI_NEW_CONTACT_Handle *handle, { g_assert(handle); - if (handle->preview_stack) + if (!(handle->preview_stack)) goto skip_stack; if (handle->camera_count)