From 016469d5a82994ce88eee3aa221838d9272872df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Sun, 18 Jun 2023 16:12:35 +0200 Subject: Cleanup --- nncmpp.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nncmpp.c b/nncmpp.c index 6647bca..3b45f06 100644 --- a/nncmpp.c +++ b/nncmpp.c @@ -7304,9 +7304,7 @@ app_on_message_timer (void *user_data) { (void) user_data; - cstr_set (&g.message, NULL); - cstr_set (&g.message_detail, NULL); - app_invalidate (); + app_hide_message (); } static void -- cgit v1.2.3