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>2009-01-18 09:41:32 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2009-01-18 09:41:32 (GMT)
commit15d272c8212714e052b30e4a47d4a5ec106d48ca (patch)
tree87faa6f9a1d79f75827485bfc791af059453a137 /ChangeLog
parent0ad297527bc7bbb218f70e9e44170afec9129654 (diff)
Make the whole EvWindow the destination of a drag and drop operation.
2009-01-17 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init), (ev_view_init): * shell/ev-window.c: (ev_window_drag_data_received), (ev_window_class_init), (ev_window_init): Make the whole EvWindow the destination of a drag and drop operation. svn path=/trunk/; revision=3345
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aca9f43..319aefa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2009-01-17 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * shell/ev-view.c: (ev_view_drag_data_received),
+ (ev_view_class_init), (ev_view_init):
+ * shell/ev-window.c: (ev_window_drag_data_received),
+ (ev_window_class_init), (ev_window_init):
+
+ Make the whole EvWindow the destination of a drag and drop
+ operation.
+
2009-01-16 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-window.c: (window_open_file_copy_progress_cb):