Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2007-02-01 11:08:45 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2007-02-01 11:08:45 (GMT)
commit6c62b0a490428aea7a3974b96871851477c81deb (patch)
treed684e73e6240bd7d5881fc3790367c6e49ec586c /ChangeLog
parent82f0c287b85ccb54a8761718c1ba95f32168d89f (diff)
Do not start an image drag and drop operation when pointer is on text, so
2007-02-01 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-view.c: (ev_view_button_press_event): Do not start an image drag and drop operation when pointer is on text, so that we can select text when the whole background is an image. svn path=/trunk/; revision=2283
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 155c56c..4bad134 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-02-01 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * shell/ev-view.c: (ev_view_button_press_event):
+
+ Do not start an image drag and drop operation when pointer is on
+ text, so that we can select text when the whole background is an
+ image.
+
2007-01-31 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-window.c: (ev_window_update_actions):