Search results show mana icons in the list

This commit is contained in:
luxick
2017-02-16 14:31:18 +01:00
parent dd29cbea65
commit 9993c9646e
10 changed files with 58 additions and 17 deletions

1
gui.py
View File

@@ -35,6 +35,7 @@ class MainWindow(Gtk.Window):
win = MainWindow()
# Load local image Data
util.reload_image_cache()
util.load_mana_icons()
win.connect('delete-event', Gtk.main_quit)
win.show_all()
Gtk.main()