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 305336 - GnomePrintModuleFlags is busted
GnomePrintModuleFlags is busted
Status: RESOLVED FIXED
Product: gnome-print
Classification: Deprecated
Component: general
unspecified
Other Linux
: Low minor
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2005-05-24 15:25 UTC by Dan Winship
Modified: 2005-09-20 22:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dan Winship 2005-05-24 15:25:42 UTC
typedef enum {
           GNOME_PRINT_MODULE_TRANSPORT      = 1 >> 0,
           GNOME_PRINT_MODULE_PRINTER_SOURCE = 1 >> 1,
           GNOME_PRINT_MODULE_QUEUE          = 1 >> 2
} GnomePrintModuleFlags;

The ">>"s should be "<<".

(Noticed while debugging the gtk# API parser, which apparently shouldn't
even have been looking at this file anyway since it's not installed...)
Comment 1 Jody Goldberg 2005-09-20 22:28:35 UTC
It's a good thing those don't seem to be used anywhere.
Fixed for 2.12.1