GNOME Bugzilla – Bug 389314
eog should use stock_print-setup from g-i-t for the "Page setup..." action
Last modified: 2006-12-28 00:58:50 UTC
This is a good gnome-love candidate. See #373863 to get the idea of how to fix it, and please generate two patches, one for HEAD and other for eog-ng branches.
Following are two patches. The first for HEAD and second for eog-ng. Or at least so I hope. Please tell me if I have generated these wrong as I have never generated for anything but HEAD before. By the way in eog-ng the text is "Page Setup...". In head there is not dots at the end. Should this be changed also?
Created attachment 78869 [details] [review] use stock_print-setup for the "Page setup" For HEAD
Created attachment 78870 [details] [review] use stock_print-setup for the "Page setup..." for eog-ng
Hi Thomas, (In reply to comment #1) > Following are two patches. The first for HEAD and second for eog-ng. Or at > least so I hope. Please tell me if I have generated these wrong as I have never > generated for anything but HEAD before. Both patches are correct, but I think we should add as a dependence gnome-icon-theme, to make sure we have these icons available. > By the way in eog-ng the text is "Page Setup...". In head there is not dots at > the end. Should this be changed also? That would be a plus :-)
Fixed in both branches. Thank you! 2006-12-27 Claudio Saavedra <csaavedra@alumnos.utalca.cl> * configure.ac: Add dependence on gnome-icon-theme. * shell/eog-window.c: Use "print-setup" icon from g-i-t. Patch from Thomas Andersen <phomes@gmail.com>. Fixes bug #389314.