[jhbuild] Correct self.config usage (GNOME bug 670683)
- From: Craig Keogh <cskeogh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] Correct self.config usage (GNOME bug 670683)
- Date: Sat, 5 May 2012 09:05:02 +0000 (UTC)
commit a6ed4e33e83f292103cbd378e66e413f9d320d6f
Author: Craig Keogh <cskeogh adam com au>
Date: Sat May 5 18:32:30 2012 +0930
Correct self.config usage (GNOME bug 670683)
jhbuild/modtypes/tarball.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/jhbuild/modtypes/tarball.py b/jhbuild/modtypes/tarball.py
index f817082..e5d65b4 100644
--- a/jhbuild/modtypes/tarball.py
+++ b/jhbuild/modtypes/tarball.py
@@ -107,6 +107,7 @@ def parse_tarball(node, config, uri, repositories, default_repo):
instance.after = after
instance.suggests = suggests
instance.pkg_config = find_first_child_node_content(node, 'pkg-config')
+ instance.config = config
return instance
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]