Commit 5751762
File tree
1 file changed
+6
-1
lines changed1 file changed
+6
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
44 | 49 |
| |
45 | 50 |
| |
46 | 51 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
44 | 49 |
| |
45 | 50 |
| |
46 | 51 |
| |
|
5 commit comments
p-ouellette commentedon Feb 18, 2019
What does this fix?
update_gamelist
was already being called by the content tab'son_change
.rubenwardy commentedon Feb 19, 2019
Only if games is nil
p-ouellette commentedon Feb 19, 2019
I meant this:
https://github.com/minetest/minetest/blob/0ad96cc73f5498cf4ffe85afe1478066acfd377a/builtin/mainmenu/tab_content.lua#L215
Which is called when the delete dialog is closed.
rubenwardy commentedon Feb 19, 2019
Well, I did this based on a report by @random-geek. Maybe they meant the game bar, and not the content tab
random-geek commentedon Feb 19, 2019
Thanks, everything works now @rubenwardy :)