Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/ev-poppler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'pdf/ev-poppler.cc')
-rw-r--r--pdf/ev-poppler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf/ev-poppler.cc b/pdf/ev-poppler.cc
index c8405d3..6e1d2d1 100644
--- a/pdf/ev-poppler.cc
+++ b/pdf/ev-poppler.cc
@@ -775,7 +775,7 @@ ev_link_from_action (PopplerAction *action)
switch (action->type) {
case POPPLER_ACTION_UNKNOWN:
- g_warning ("Unknown action");
+ link = ev_link_new_title (title);
break;
case POPPLER_ACTION_GOTO_DEST:
link = ev_link_from_dest (action);