First adequate usage of the file : 'tree.c' OK OK OK (to comment and clean) + micro-commit

This commit is contained in:
Jean Sirmai 2024-01-08 20:01:31 +01:00
parent 59b15a1091
commit bf3c890456
Signed by: jean
GPG Key ID: FB3115C340E057E3
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ void ui_set_stack(const char *mode)
case 'r':
gtk_menu_button_set_icon_name(window->main_button_mode, "system-run-symbolic");
if (! my_tree) my_tree = create_my_list_model(window->runlib_objects);
if (! my_button) create_a_button(window->runlib_objects);
if (! my_button) my_button = create_a_button(window->runlib_objects);
break;
case 'p':
gtk_menu_button_set_icon_name(window->main_button_mode, "x-office-presentation-symbolic");