Re: [sugar] review: Guillaume's 'activity' branch of Gadget

2008-06-11 Thread Guillaume Desmottes
Le mardi 10 juin 2008 à 14:42 +0100, Dafydd Harries a écrit : diff --git a/gadget/component.py b/gadget/component.py index b5fc702..dd85a03 100644 --- a/gadget/component.py +++ b/gadget/component.py @@ -92,8 +92,9 @@ class Room(object): def __init__(self, own_nick):

[sugar] review: Guillaume's 'activity' branch of Gadget

2008-06-10 Thread Dafydd Harries
diff --git a/gadget/component.py b/gadget/component.py index b5fc702..dd85a03 100644 --- a/gadget/component.py +++ b/gadget/component.py @@ -92,8 +92,9 @@ class Room(object): def __init__(self, own_nick): self.own_nick = own_nick self.membership = None -