+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:
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)
}
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);
}
} 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);
}
}