Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-view-private.h
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 /shell/ev-view-private.h
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 'shell/ev-view-private.h')
-rw-r--r--shell/ev-view-private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/ev-view-private.h b/shell/ev-view-private.h
index c36cd57..3e72e82 100644
--- a/shell/ev-view-private.h
+++ b/shell/ev-view-private.h
@@ -161,6 +161,9 @@ struct _EvView {
EvViewSelectionMode selection_mode;
SelectionInfo selection_info;
+ /* Copy link address selection */
+ EvLinkAction *link_selected;
+
/* Image DND */
ImageDNDInfo image_dnd_info;