Juick. add plugin icon
This commit is contained in:
|
Before Width: | Height: | Size: 641 B After Width: | Height: | Size: 641 B |
@@ -1,7 +1,7 @@
|
|||||||
[info]
|
[info]
|
||||||
name: Juick
|
name: Juick
|
||||||
short_name: Juick
|
short_name: Juick
|
||||||
version: 0.9.1
|
version: 0.9.2
|
||||||
description: Clickable Juick links , Juick nicks, preview Juick picturs.
|
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).
|
The key combination alt + up in the textbox allow insert the number of last message (comment or topic).
|
||||||
authors: Denis Fomin <fominde@gmail.com>
|
authors: Denis Fomin <fominde@gmail.com>
|
||||||
|
|||||||
@@ -166,7 +166,7 @@ class Base(object):
|
|||||||
self.button.set_property('relief', gtk.RELIEF_NONE)
|
self.button.set_property('relief', gtk.RELIEF_NONE)
|
||||||
self.button.set_property('can-focus', False)
|
self.button.set_property('can-focus', False)
|
||||||
img = gtk.Image()
|
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)
|
pixbuf = gtk.gdk.pixbuf_new_from_file(img_path)
|
||||||
iconset = gtk.IconSet(pixbuf=pixbuf)
|
iconset = gtk.IconSet(pixbuf=pixbuf)
|
||||||
factory = gtk.IconFactory()
|
factory = gtk.IconFactory()
|
||||||
|
|||||||
Reference in New Issue
Block a user