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:
authorPhilipp Hörist <forenjunkie@chello.at>2017-12-20 01:21:11 +0300
committerPhilipp Hörist <forenjunkie@chello.at>2017-12-20 01:21:11 +0300
commitc19b6dee71dac2e2f8ad131c510ea6a302bfeb96 (patch)
tree33ab0d58f2c0534d507c0da5e3d41c53f8a3e044
parent9af988920840a10b757bafc0f75b2b2e734488dc (diff)
[preview] Fix selecting images
-rw-r--r--url_image_preview/url_image_preview.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/url_image_preview/url_image_preview.py b/url_image_preview/url_image_preview.py
index 1f4808d..899d476 100644
--- a/url_image_preview/url_image_preview.py
+++ b/url_image_preview/url_image_preview.py
@@ -362,6 +362,7 @@ class Base(object):
iter_ = buffer_.get_iter_at_mark(repl_start)
buffer_.insert(iter_, "\n")
anchor = buffer_.create_child_anchor(iter_)
+ anchor.plaintext = url
if isinstance(pixbuf, GdkPixbuf.PixbufAnimation):
image = Gtk.Image.new_from_animation(pixbuf)