move qicon to quick_replies

This commit is contained in:
Evgeniy Popov
2013-05-31 22:20:23 +06:00
parent 6994208b95
commit ecec803d6f
2 changed files with 1 additions and 1 deletions

View File

@@ -62,7 +62,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('qicon.png') img_path = self.plugin.local_file_path('quick_replies.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()

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB