Here is a patch that will make tamtam work with our latest developer
builds. There are still some issues I see with rendering TamTam widgets
but now they at least show up :).
For speed, I have taken the liberty of fixing this in the current
release and naming it TamTam-28.xo. Please bump the version to 29 in
the next official release.
(CCing Olivier because he was the last to commit to the git repo)
--
John (J5) Palmieri <[EMAIL PROTECTED]>
commit a703975e1d146a3b5701471f72de0b3f4bacce81
Author: John (J5) Palmieri <[EMAIL PROTECTED]>
Date: Wed May 16 19:56:20 2007 -0400
instead of adding the toplevel widget we now set it using set_canvas
diff --git a/TamTam.py b/TamTam.py
index 77443c0..654e5d2 100755
--- a/TamTam.py
+++ b/TamTam.py
@@ -125,7 +125,7 @@ class TamTam(Activity):
if self.mode == None:
print 'DEBUG: TamTam::set_mode invalid mode:', mode
else:
- self.add( self.modeList[ self.mode ] )
+ self.set_canvas( self.modeList[ self.mode ] )
self.modeList[ self.mode ].onActivate(arg)
self.show()
_______________________________________________
Sugar mailing list
[email protected]
http://mailman.laptop.org/mailman/listinfo/sugar