Fix broken patch
This commit is contained in:
parent
659f05fb74
commit
12752a4683
1 changed files with 4 additions and 6 deletions
|
@ -1,9 +1,8 @@
|
||||||
$NetBSD: patch-ai,v 1.2 2009/02/14 05:25:22 schnoebe Exp $
|
$NetBSD: patch-ai,v 1.3 2009/09/30 13:23:23 fhajny Exp $
|
||||||
|
|
||||||
--- ylib.py.orig 2008-09-04 11:33:26.000000000 -0500
|
--- ylib.py.orig 2009-03-03 10:56:30.627316492 +0000
|
||||||
+++ ylib.py
|
+++ ylib.py
|
||||||
@@ -142,8 +142,8 @@ class YahooCon:
|
@@ -143,7 +143,7 @@ class YahooCon:
|
||||||
if pay[each].has_key(7):
|
|
||||||
self.roster[pay[each][7]]=('available', typ, status)
|
self.roster[pay[each][7]]=('available', typ, status)
|
||||||
if pay[each].has_key(198):
|
if pay[each].has_key(198):
|
||||||
if pay[each][198] == '1' and pay[each].has_key(197):
|
if pay[each][198] == '1' and pay[each].has_key(197):
|
||||||
|
@ -12,8 +11,7 @@ $NetBSD: patch-ai,v 1.2 2009/02/14 05:25:22 schnoebe Exp $
|
||||||
if b != None and self.handlers.has_key('avatar'):
|
if b != None and self.handlers.has_key('avatar'):
|
||||||
self.handlers['avatar'](self,pay[each][7],b)
|
self.handlers['avatar'](self,pay[each][7],b)
|
||||||
elif pay[each][198] == '0':
|
elif pay[each][198] == '0':
|
||||||
@@ -177,8 +177,8 @@ class YahooCon:
|
@@ -178,7 +178,7 @@ class YahooCon:
|
||||||
for each in pay:
|
|
||||||
if pay[each].has_key(4):
|
if pay[each].has_key(4):
|
||||||
if pay[each].has_key(198):
|
if pay[each].has_key(198):
|
||||||
if pay[each][198] == '1' and pay[each].has_key(197):
|
if pay[each][198] == '1' and pay[each].has_key(197):
|
||||||
|
|
Loading…
Reference in a new issue