First adequate usage of the file : 'tree.c' OK OK OK (to comment and clean) + micro-commit
This commit is contained in:
parent
59b15a1091
commit
bf3c890456
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue