144
144
GObject.idle_add(self._recreate_cache, apps)
146
146
def _recreate_cache(self, apps):
148
147
# after everything is done:
149
148
# recreate the sprite map for the next time
150
149
icontheme = IconThemeSprite(apps, 16)
151
150
icontheme.create_sprite(apps)
154
158
class IconThemeSprite(object):
155
159
"""The sprite is divided into two parts,