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

Before

Width:  |  Height:  |  Size: 641 B

After

Width:  |  Height:  |  Size: 641 B

View File

@@ -1,7 +1,7 @@
[info]
name: Juick
short_name: Juick
version: 0.9.1
version: 0.9.2
description: Clickable Juick links , Juick nicks, preview Juick picturs.
The key combination alt + up in the textbox allow insert the number of last message (comment or topic).
authors: Denis Fomin <fominde@gmail.com>

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()