Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeniy Popov <evgeniypopov@gmail.com>2013-05-31 20:20:23 +0400
committerEvgeniy Popov <evgeniypopov@gmail.com>2013-05-31 20:20:23 +0400
commite8a36b90f26f4e44531c6f1bb627e7ce2a77f660 (patch)
tree6e9230b7c5a30b2ac74688f929b8e899e3ffd7d5
parent96f663781540cc8d4464d43e0c8f9dc85b0102e5 (diff)
move qicon to quick_replies
-rw-r--r--quick_replies/plugin.py2
-rw-r--r--quick_replies/quick_replies.pngbin0 -> 1590 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/quick_replies/plugin.py b/quick_replies/plugin.py
index dd8f658..1187c60 100644
--- a/quick_replies/plugin.py
+++ b/quick_replies/plugin.py
@@ -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()
diff --git a/quick_replies/quick_replies.png b/quick_replies/quick_replies.png
new file mode 100644
index 0000000..bc9da4b
--- /dev/null
+++ b/quick_replies/quick_replies.png
Binary files differ