]> www.fi.muni.cz Git - evince.git/commitdiff
We should be more clear about bugzilla. See the poppler bug #7623.
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>
Wed, 26 Jul 2006 07:03:28 +0000 (07:03 +0000)
committerNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Wed, 26 Jul 2006 07:03:28 +0000 (07:03 +0000)
2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* pdf/ev-poppler.cc:
* shell/ev-window.c: (do_action_named):

We should be more clear about bugzilla. See the
poppler bug #7623.

ChangeLog
pdf/ev-poppler.cc
shell/ev-window.c

index 9f2cc8cff772690255ff660284a80eb5f38b6a0a..a9aa4d01856758754f1c0c4f8a5bbb67ca71dc87 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * 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  <carlosgc@gnome.org>
 
        * configure.ac:
@@ -9,7 +17,7 @@
        
        Use GtkPrint instead of GnomePrint when it's available. Fixes bug
        #348422
-       
+
 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
index a3d38726c81c227a56bf9fe8b77c0b194f0d2e06..f6b1d64fa195387d2475d5039b84e8d42c3bfd28 100644 (file)
@@ -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);
        }
 
index 02422e231538ba3474865e42fc64063b4f46dbc8..65d05fd4fe12c3c947452dd246de5eef41d97ae0 100644 (file)
@@ -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);
        }
 }