Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2005-09-27 12:18:38 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-09-27 12:18:38 (GMT)
commit19033026f00585b3710644250f851ca02246c9fc (patch)
treef93bcf49c70e8e8b05214b4b4001b2c6bc43c01a /ChangeLog
parent9ab501f7ddc9df9a2904f88602146261d6f7dcae (diff)
Check tooltip is valid utf8 before showing it
2005-09-27 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-view.c: (handle_link_over_xy): Check tooltip is valid utf8 before showing it
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 47a6dcc..7577d80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-09-27 Marco Pesenti Gritti <mpg@redhat.com>
+
+ * shell/ev-view.c: (handle_link_over_xy):
+
+ Check tooltip is valid utf8 before showing it
+
2005-09-27 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-view.c: Allow drag and drop of text. Fixes #316772