mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-16 15:14:17 +00:00
Forgotten files
svn path=/trunk/; revision=20080
This commit is contained in:
parent
f3cd3f7cf5
commit
eebf0bbf39
15
ChangeLog
15
ChangeLog
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user