]> git.tuebingen.mpg.de Git - paraslash.git/commit
gui: Move call to print_all_items() into init_wins().
authorAndre Noll <maan@systemlinux.org>
Sun, 26 Jan 2014 19:08:05 +0000 (20:08 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 4 May 2014 13:48:54 +0000 (15:48 +0200)
commit77a2aba5465a10dbe3d9fdb4bf306d1546a31ffa
tree8fbc93e38bb761130dc07bb19e59d88acfd565c8
parent8ae94747078cfd5c50ff3397788f95598d2299bb
gui: Move call to print_all_items() into init_wins().

All three callers of init_wins() called print_all_items() directly
thereafter. init_wins() had to be moved below print_all_items().
gui.c