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 595373 - The braseroburn module is missing important constants
The braseroburn module is missing important constants
Status: RESOLVED FIXED
Product: gnome-python-desktop
Classification: Deprecated
Component: general
2.27.x
Other Linux
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2009-09-16 14:31 UTC by Emilio Pozuelo Monfort
Modified: 2009-09-17 16:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch by Andrew Price to add the needed constants (355 bytes, patch)
2009-09-16 14:31 UTC, Emilio Pozuelo Monfort
none Details | Review

Description Emilio Pozuelo Monfort 2009-09-16 14:31:43 UTC
Created attachment 143278 [details] [review]
Patch by Andrew Price to add the needed constants

[ From http://bugs.debian.org/546925 ]

"Some of the classes in the braseroburn module have methods like
set_flags() and add_flags() but the module does not provide the
constants which are to be passed to them. The constants are shown here
in the C library's docs:

http://library.gnome.org/devel/libbrasero-burn/unstable/libbrasero-burn-brasero-enums.html

The module is effectively unusable without these constants as they
govern the behaviour of the CD burning process.

Anyway, the attached patch brings all the constants back into the
braseroburn module. I don't see any reason that line needs to stay
commented out."
Comment 1 Gustavo Carneiro 2009-09-17 10:14:20 UTC
I need to get release team approval due to code freeze.
Comment 2 Gustavo Carneiro 2009-09-17 16:12:25 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.