Forgotten files

svn path=/trunk/; revision=20080
This commit is contained in:
Matthias Clasen 2008-05-06 22:47:40 +00:00
parent f3cd3f7cf5
commit eebf0bbf39
2 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,18 @@
2008-05-05 Matthias Clasen <mclasen@redhat.com>
Apply a patch by Marek Kasik <mkasik@redhat.com> to display
more printer status information in the print dialog.
* modules/printbackends/cups/gtkprintbackendcups.c: Translate
printer-state-reasons into suitable messages and icons.
* gtk/stock-icons/16/gtk-print-error.{svg,png}:
* gtk/stock-icons/16/gtk-print-report.{svg,png}:
* gtk/stock-icons/16/gtk-print-warning.{svg,png}:
* gtk/Makefile.am:
* gtk/gtkiconfactory.c:
* gtk/gtkstock.h: New stock icons to display printer state.
2008-05-07 Michael Natterer <mitch@imendio.com>
* gdk/gdkinternals.h

View File

@ -451,7 +451,10 @@ get_default_icons (GtkIconFactory *factory)
register_stock_icon (factory, GTK_STOCK_PASTE);
register_stock_icon (factory, GTK_STOCK_PREFERENCES);
register_stock_icon (factory, GTK_STOCK_PRINT);
register_stock_icon (factory, GTK_STOCK_PRINT_ERROR);
register_stock_icon (factory, GTK_STOCK_PRINT_PREVIEW);
register_stock_icon (factory, GTK_STOCK_PRINT_REPORT);
register_stock_icon (factory, GTK_STOCK_PRINT_WARNING);
register_stock_icon (factory, GTK_STOCK_PROPERTIES);
register_bidi_stock_icon (factory,
GTK_STOCK_REDO,