After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 592220 - print-to-file uses wrong icon
print-to-file uses wrong icon
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Printing
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2009-08-18 13:54 UTC by Matthias Clasen
Modified: 2009-08-18 14:10 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthias Clasen 2009-08-18 13:54:53 UTC
the file backend uses the gtk-save icon. For some reason, the print dialog does not pick up the gtk-save icon from the icon theme, but uses the stock icon thats shipped with GTK+. That is unfortunate, since a) the stock icon is really outdated (who knows what a floppy is, nowadays ?) and b) it should be consistent with 'save' menuitems and buttons.
Comment 1 Marek Kašík 2009-08-18 14:10:07 UTC
Fixed:

    Use gtk-save icon for GtkPrintBackendFile
    
    Use gtk-save icon instead of gtk-floppy for GtkPrintBackendFile.

Marek