Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/palettes.py
diff options
context:
space:
mode:
Diffstat (limited to 'palettes.py')
-rw-r--r--palettes.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/palettes.py b/palettes.py
index 951818a..fedf9be 100644
--- a/palettes.py
+++ b/palettes.py
@@ -136,11 +136,11 @@ class ContentInvoker(Invoker):
title = hit_test.props.inner_node.get_text_content()
url = hit_test.props.link_uri
- elif hit_info['is image']:
+ if hit_info['is image']:
title = hit_test.props.inner_node.get_title()
url = hit_test.props.image_uri
- elif hit_info['is selection']:
+ if hit_info['is selection']:
# TODO: find a way to get the selected text so we can use
# it as the title of the Palette.
# The function webkit_web_view_get_selected_text was removed