Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>2006-07-26 07:03:28 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2006-07-26 07:03:28 (GMT)
commitce1bd095414d0eece573c719202979f498f3ef33 (patch)
treeb58b6b65704fbd20a1ca80b261cada1a9431a7d6 /shell
parent64c3e66095ab9a561d4ce302e7b8b500ca692f7a (diff)
We should be more clear about bugzilla. See the poppler bug #7623.
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.
Diffstat (limited to 'shell')
-rw-r--r--shell/ev-window.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c
index 02422e2..65d05fd 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);
}
}