~gnome-zeitgeist/+junk/new-tag-editor

« back to all changes in this revision

Viewing changes to zeitgeist/gui/zeitgeist_base.py

  • Committer: Seif Lotfy
  • Date: 2009-06-28 23:02:20 UTC
  • Revision ID: seif@lotfy.com-20090628230220-bqly4fe3rq7s0t9g
preparingĀ forĀ caching

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
                        
122
122
                        else:
123
123
                                icon = self.icon_from_app()
124
 
                                print icon
125
124
                                icon = icon_factory.load_icon(self.icon_from_app(), icon_size)
126
125
                                return icon
127
126