]> www.fi.muni.cz Git - evince.git/commitdiff
Fix warning messages.
authorCarlos Garcia Campos <carlosgc@gnome.org>
Wed, 19 Mar 2008 17:21:34 +0000 (17:21 +0000)
committerCarlos Garcia Campos <carlosgc@src.gnome.org>
Wed, 19 Mar 2008 17:21:34 +0000 (17:21 +0000)
2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>

* backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
(ev_link_from_action):

Fix warning messages.

svn path=/trunk/; revision=2973

ChangeLog
backend/pdf/ev-poppler.cc

index bf084c59e7d8df3e2771d6186a8ca4c42c9c8bd3..d5d1a13bcb2d96a68dbf2de4c2dca2bb59349975 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
+       (ev_link_from_action):
+
+       Fix warning messages.
+       
 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-window.c: (image_save_dialog_response_cb):
index e44a76958f1968d59d3bc2d5c337ab3258b108ff..72c54c248c3256846c495afa6d3d033ac02e1178 100644 (file)
@@ -939,7 +939,7 @@ ev_link_dest_from_dest (PdfDocument *pdf_document,
        }
 
        if (unimplemented_dest) {
-               g_warning ("Unimplemented named action: %s, please post a "
+               g_warning ("Unimplemented destination: %s, please post a "
                           "bug report in Evince bugzilla "
                           "(http://bugzilla.gnome.org) with a testcase.",
                           unimplemented_dest);
@@ -994,8 +994,9 @@ ev_link_from_action (PdfDocument   *pdf_document,
        }
        
        if (unimplemented_action) {
-               g_warning ("Unimplemented action: %s, please post a bug report with a testcase.",
-                          unimplemented_action);
+               g_warning ("Unimplemented action: %s, please post a bug report "
+                          "in Evince bugzilla (http://bugzilla.gnome.org) "
+                          "with a testcase.", unimplemented_action);
        }
        
        link = ev_link_new (action->any.title, ev_action);