Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2005-09-26 19:37:51 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-09-26 19:37:51 (GMT)
commitc51cd462314ed115f17ad1e20d3db2a362a308f7 (patch)
tree00b42abda686c70fec38cc9ebd7a722a9e26aaa8 /pdf
parent3df5c48510b62c962b38b0ae663ae437b018d67e (diff)
Show title even for unknown links
2005-09-26 Marco Pesenti Gritti <mpg@redhat.com> * pdf/ev-poppler.cc: Show title even for unknown links
Diffstat (limited to 'pdf')
-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);