Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2009-01-18 15:00:58 (GMT)
committer Christian Persch <chpe@src.gnome.org>2009-01-18 15:00:58 (GMT)
commitfe8a90e5ecdc21069bc6617f07b7ab12a5a4a012 (patch)
treec22520464311d07efd3ec2eb4a0cf4601d07ffe6 /ChangeLog
parenta4f9ab1be8697d6d6a9ece6fb5c4dd9166b5456d (diff)
Bug 558084 – simplify drag data handling
svn path=/trunk/; revision=3351
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7102a73..530c485 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2009-01-18 Christian Persch <chpe@gnome.org>
+
+ * libview/ev-view.c: (ev_view_drag_data_get),
+ (ev_view_drag_motion), (ev_view_update_primary_selection),
+ (clear_link_selected):
+ * shell/ev-sidebar-attachments.c:
+ (ev_sidebar_attachments_drag_data_get),
+ (ev_sidebar_attachments_get_property),
+ (ev_sidebar_attachments_init):
+ * shell/ev-window.c: Update drag handling code to use the
+ gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
+ hardcoding the targets lists. Bug #558084.
+
2009-01-18 Carlos Garcia Campos <carlosgc@gnome.org>
* libdocument/Makefile.am: