]> git.alsa-project.org Git - alsa-tools.git/commit
envy24control: simplify code by using gtk_widget_show_all
authorAndreas Persson <andreasp56@outlook.com>
Sun, 23 Mar 2025 12:56:29 +0000 (13:56 +0100)
committerJaroslav Kysela <perex@perex.cz>
Tue, 8 Apr 2025 13:22:27 +0000 (15:22 +0200)
commit4522439faf51fb749d39c7b0cb2c3f10f79c1c65
tree8f9f4f46e5dcf22ccd96dc748e0ca23a5278a82e
parent6d2d5004567a986e6b59dc0cd62e66c886d02d52
envy24control: simplify code by using gtk_widget_show_all

Remove all gtk_widget_show calls and replace it with just one
gtk_widget_show_all. This makes the code shorter and it will also help a
future port to GTK 4, where gtk_widget_show is gone.

Closes: https://github.com/alsa-project/alsa-tools/pull/29
Signed-off-by: Andreas Persson <andreasp56@outlook.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
envy24control/envy24control.c