From: Nickolay V. Shmyrev Date: Wed, 26 Jul 2006 07:03:28 +0000 (+0000) Subject: We should be more clear about bugzilla. See the poppler bug #7623. X-Git-Tag: EVINCE_0_5_5~35 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=ce1bd095414d0eece573c719202979f498f3ef33;p=evince.git We should be more clear about bugzilla. See the poppler bug #7623. 2006-07-26 Nickolay V. Shmyrev * pdf/ev-poppler.cc: * shell/ev-window.c: (do_action_named): We should be more clear about bugzilla. See the poppler bug #7623. --- diff --git a/ChangeLog b/ChangeLog index 9f2cc8cf..a9aa4d01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-07-26 Nickolay V. Shmyrev + + * pdf/ev-poppler.cc: + * shell/ev-window.c: (do_action_named): + + We should be more clear about bugzilla. See the + poppler bug #7623. + 2006-07-23 Carlos Garcia Campos * configure.ac: @@ -9,7 +17,7 @@ Use GtkPrint instead of GnomePrint when it's available. Fixes bug #348422 - + 2006-07-17 Carlos Garcia Campos * data/evince-toolbar.xml: Add preview toolbar (hidden by default) diff --git a/pdf/ev-poppler.cc b/pdf/ev-poppler.cc index a3d38726..f6b1d64f 100644 --- a/pdf/ev-poppler.cc +++ b/pdf/ev-poppler.cc @@ -831,7 +831,9 @@ ev_link_dest_from_dest (PopplerDest *dest) } if (unimplemented_dest) { - g_warning ("Unimplemented destination: %s, please post a bug report with a testcase.", + g_warning ("Unimplemented named action: %s, please post a " + "bug report in Evince bugzilla " + "(http://bugzilla.gnome.org) with a testcase.", unimplemented_dest); } diff --git a/shell/ev-window.c b/shell/ev-window.c index 02422e23..65d05fd4 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -3591,7 +3591,9 @@ do_action_named (EvWindow *window, EvLinkAction *action) } else if (g_ascii_strcasecmp (name, "Find") == 0) { ev_window_cmd_edit_find (NULL, window); } else { - g_warning ("Unimplemented named action: %s, please post a bug report with a testcase.", + g_warning ("Unimplemented named action: %s, please post a " + "bug report in Evince bugzilla " + "(http://bugzilla.gnome.org) with a testcase.", name); } }