debian/apport/source_xorg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1288bb61e04716c322ce6bac9797c45c09b4f8df Author: Bryce Harrington <[email protected]> Date: Thu Feb 3 15:26:30 2011 -0800 report[compiz_version] should just be compiz_version actually diff --git a/debian/apport/source_xorg.py b/debian/apport/source_xorg.py index 5ad57ee..f17446f 100644 --- a/debian/apport/source_xorg.py +++ b/debian/apport/source_xorg.py @@ -341,7 +341,7 @@ def attach_3d_info(report, ui=None): versions = string.split(compiz_version.replace(' ', '-'), '.') versions.pop() compiz_version = string.join(versions, '.') - report['Tags'] += ' ' + report[compiz_version] + report['Tags'] += ' ' + compiz_version elif command_output_quiet(['pidof', 'kwin']): report['CompositorRunning'] = 'kwin' else: -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

