From eebf0bbf39ca9fcc0dae1ae8fbf60a6477a78d03 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 6 May 2008 22:47:40 +0000 Subject: [PATCH] Forgotten files svn path=/trunk/; revision=20080 --- ChangeLog | 15 +++++++++++++++ gtk/gtkiconfactory.c | 3 +++ 2 files changed, 18 insertions(+) diff --git a/ChangeLog b/ChangeLog index 54ed50e109..9fd30c6c7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2008-05-05 Matthias Clasen + + Apply a patch by Marek Kasik 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 * gdk/gdkinternals.h diff --git a/gtk/gtkiconfactory.c b/gtk/gtkiconfactory.c index da44564f11..7e1c7a96fa 100644 --- a/gtk/gtkiconfactory.c +++ b/gtk/gtkiconfactory.c @@ -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,