diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-07-15 17:34:34 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-07-15 17:34:34 +0000 |
commit | 1eb96eadfc3349534617082f3bb5dd8be2f3a99a (patch) | |
tree | 403051291907f22e24287d20189bd7ed8eb68002 /gtk/gtkiconfactory.c | |
parent | 1ea43444be78b1c281dd888ff86eca838ec3c7c2 (diff) | |
download | gtk+-1eb96eadfc3349534617082f3bb5dd8be2f3a99a.tar.gz |
Bug 384940 – handle rejecting jobs and authentication meaningfully
Patch by Marek Kasik, icons by Mike Langlie:
* gtk/gtk.symbols:
* gtk/gtkprintbackend.h:
* gtk/gtkprinter.[hc]: Add new paused and accepting-jobs properties
and getters/setters.
* gtk/gtkstock.h:
* gtk/gtkiconfactory.c:
* gtk/Makefile.am:
* gtk/stock-icons/{16,24}/gtk-print-paused.{png,svg}: New icon.
* modules/printbackends/cups/gtkprintbackendcups.c:
* gtk/gtkprintunixdialog.c: Handle paused and job-rejecting
printers.
svn path=/trunk/; revision=20838
Diffstat (limited to 'gtk/gtkiconfactory.c')
-rw-r--r-- | gtk/gtkiconfactory.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkiconfactory.c b/gtk/gtkiconfactory.c index 6bcc09f9c3..43773e4f91 100644 --- a/gtk/gtkiconfactory.c +++ b/gtk/gtkiconfactory.c @@ -452,6 +452,7 @@ get_default_icons (GtkIconFactory *factory) 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_PAUSED); register_stock_icon (factory, GTK_STOCK_PRINT_PREVIEW); register_stock_icon (factory, GTK_STOCK_PRINT_REPORT); register_stock_icon (factory, GTK_STOCK_PRINT_WARNING); |