move qicon to quick_replies
This commit is contained in:
@@ -62,7 +62,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('qicon.png')
|
||||
img_path = self.plugin.local_file_path('quick_replies.png')
|
||||
pixbuf = gtk.gdk.pixbuf_new_from_file(img_path)
|
||||
iconset = gtk.IconSet(pixbuf=pixbuf)
|
||||
factory = gtk.IconFactory()
|
||||
|
||||
BIN
quick_replies/quick_replies.png
Normal file
BIN
quick_replies/quick_replies.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
Reference in New Issue
Block a user