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>2008-04-20 11:00:14 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2008-04-20 11:00:14 (GMT)
commitc2f1fb8f6d068c53e73e5bcdb7583569dd6c638a (patch)
tree919a2c79147b55a76c9924c110f74ab9c93560a8 /ChangeLog
parent8f997dc522ece518b955b471cea80cc6cba5d92f (diff)
Update also the primary selection when copying a link address. Fixes bug
2008-04-20 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-view-private.h: * shell/ev-view.[ch]: (ev_view_button_release_event), (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy), (ev_view_primary_get_cb), (ev_view_primary_clear_cb), (ev_view_update_primary_selection), (clear_link_selected), (ev_view_copy_link_address): * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address): Update also the primary selection when copying a link address. Fixes bug #520855. svn path=/trunk/; revision=3017
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e6c2cb..4ecf581 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2008-04-20 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * shell/ev-view-private.h:
+ * shell/ev-view.[ch]: (ev_view_button_release_event),
+ (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
+ (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
+ (ev_view_update_primary_selection), (clear_link_selected),
+ (ev_view_copy_link_address):
+ * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
+
+ Update also the primary selection when copying a link
+ address. Fixes bug #520855.
+
2008-04-19 Carlos Garcia Campos <carlosgc@gnome.org>
* libdocument/ev-document-factory.c: (get_document_from_uri):