Gentoo Archives: gentoo-commits

From: Wiktor W Brodlo <wiktor@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/anaconda:master commit in: gentoo/
Date: Mon, 27 Jun 2011 00:05:52
Message-Id: 56da28e967471a2005325b0cb700c32377c4ca5e.wiktor@gentoo
1 commit: 56da28e967471a2005325b0cb700c32377c4ca5e
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Mon Jun 27 00:05:07 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Mon Jun 27 00:05:07 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=56da28e9
7
8 gentoo/utils.py: Removed _spawn_adimage() (how many times...)
9
10 ---
11 gentoo/utils.py | 1 -
12 1 files changed, 0 insertions(+), 1 deletions(-)
13
14 diff --git a/gentoo/utils.py b/gentoo/utils.py
15 index 0303887..ba3ddd1 100644
16 --- a/gentoo/utils.py
17 +++ b/gentoo/utils.py
18 @@ -60,7 +60,6 @@ class GentooProgress:
19
20 def _process_events(self):
21 self._prog.processEvents()
22 - self._spawn_adimage()
23 return self.__alive
24
25 def start(self):