This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository e16.
View the commit online.
commit 90156a41b39ffd87c728126e42e497ff434e6226
Author: Kim Woelders <[email protected]>
AuthorDate: Sat Mar 21 08:27:43 2026 +0100
backgrounds: Show progress bars when compositing is enabled
---
src/menus-misc.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/menus-misc.c b/src/menus-misc.c
index 8c721735..7203d78b 100644
--- a/src/menus-misc.c
+++ b/src/menus-misc.c
@@ -167,7 +167,10 @@ MenuLoadFromDirectory(Menu *m)
for (i = 0; i < num; i++)
{
if (p)
+ {
ProgressbarSet(p, (i * 100) / num);
+ EobjsRepaint();
+ }
Esnprintf(ss, sizeof(ss), "%s/%s", dir, list[i]);
/* skip "dot" files and dirs - senisble */
if ((*(list[i]) == '.') || (stat(ss, &st) < 0))
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.