]> uap-core.de Git - note.git/commitdiff
fix sidebar list update
authorOlaf Wintermann <olaf.wintermann@gmail.com>
Sat, 5 Apr 2025 16:05:01 +0000 (18:05 +0200)
committerOlaf Wintermann <olaf.wintermann@gmail.com>
Sat, 5 Apr 2025 16:05:01 +0000 (18:05 +0200)
application/window.c

index 73a247af67e2b18acd20dd46f8e1e793f2966b86..da70f241f43c43835601948664cbbfd3ddf96576 100644 (file)
@@ -186,7 +186,7 @@ void update_sublists(UiContext *ctx, UiList *sublists) {
     }
     
     if(sublists->update) {
-        sublists->update(sublists, 0);
+        ui_list_update(sublists);
     }
     
     // now we can free the list