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 158572 - gpa_printer_selector_construct
gpa_printer_selector_construct
Status: RESOLVED FIXED
Product: gnome-print
Classification: Deprecated
Component: libgpa
CVS
Other All
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2004-11-17 19:37 UTC by Morten Welinder
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Morten Welinder 2004-11-17 19:37:10 UTC
The final if's condition parses as...

    ((cond_1 && cond_2), FALSE)

and thus is always false.  Makes no sense.
Comment 1 Jody Goldberg 2004-11-17 20:02:07 UTC
cut-n-paste-o
fixed.