Juick. add plugin icon

This commit is contained in:
Denis Fomin
2012-08-16 16:36:01 +04:00
parent 4389d66930
commit 68a666d04a
3 changed files with 2 additions and 2 deletions

View File

@@ -166,7 +166,7 @@ class Base(object):
self.button.set_property('relief', gtk.RELIEF_NONE)
self.button.set_property('can-focus', False)
img = gtk.Image()
img_path = self.plugin.local_file_path('favicon.png')
img_path = self.plugin.local_file_path('juick.png')
pixbuf = gtk.gdk.pixbuf_new_from_file(img_path)
iconset = gtk.IconSet(pixbuf=pixbuf)
factory = gtk.IconFactory()