diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-04-18 15:16:25 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-04-18 15:16:25 +0000 |
commit | 5d5fa15b377fbe096e19df69cda9e3075cd764af (patch) | |
tree | 08814e93e7504e044b34ab65b8bd00370afe3832 /packages | |
parent | 0818ab487b7175b2dca725d1e339135113d18af2 (diff) |
python-pygtk: push prevent_to_get_display_during_import.patch upstream
Diffstat (limited to 'packages')
-rw-r--r-- | packages/python/python-pygtk/prevent_to_get_display_during_import.patch | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/python/python-pygtk/prevent_to_get_display_during_import.patch b/packages/python/python-pygtk/prevent_to_get_display_during_import.patch index 9340f8244d..4d267400e7 100644 --- a/packages/python/python-pygtk/prevent_to_get_display_during_import.patch +++ b/packages/python/python-pygtk/prevent_to_get_display_during_import.patch @@ -1,3 +1,7 @@ +upstream: http://bugzilla.gnome.org/show_bug.cgi?id=528758 +status: pending, reported on April 18th 2008 +comment: prevents a gtk window popping up, enabling the compilation on headless machines + Index: pygtk-2.10.4/gtk/__init__.py =================================================================== --- pygtk-2.10.4.orig/gtk/__init__.py 2007-11-27 19:27:05.000000000 -0300 |