[evince] libview: Handle activation link of a Form Field if present
- From: Jose Aliste <jaliste src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince] libview: Handle activation link of a Form Field if present
- Date: Mon, 18 Feb 2013 17:11:01 +0000 (UTC)
commit 90e431db9c0ebb314677e5249ca623cf251539ce
Author: Josà Aliste <jaliste src gnome org>
Date: Wed Feb 13 16:24:07 2013 +0100
libview: Handle activation link of a Form Field if present
libview/ev-view.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/libview/ev-view.c b/libview/ev-view.c
index 8619a50..8006c2f 100644
--- a/libview/ev-view.c
+++ b/libview/ev-view.c
@@ -2488,6 +2488,9 @@ ev_view_handle_form_field (EvView *view,
if (field->is_read_only)
return;
+
+ if (field->activation_link)
+ ev_view_handle_link (view, field->activation_link);
if (EV_IS_FORM_FIELD_BUTTON (field)) {
field_widget = ev_view_form_field_button_create_widget (view, field);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]