Update of /cvsroot/freevo/freevo/src/gui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23202
Modified Files: GUIObject.py Log Message: add bugreport text Index: GUIObject.py =================================================================== RCS file: /cvsroot/freevo/freevo/src/gui/GUIObject.py,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** GUIObject.py 18 Feb 2004 21:52:04 -0000 1.32 --- GUIObject.py 22 Feb 2004 20:53:12 -0000 1.33 *************** *** 8,11 **** --- 8,14 ---- #----------------------------------------------------------------------- # $Log$ + # Revision 1.33 2004/02/22 20:53:12 dischi + # add bugreport text + # # Revision 1.32 2004/02/18 21:52:04 dischi # Major GUI update: *************** *** 307,311 **** --- 310,322 ---- if self.surface != self.surface.get_abs_parent(): + print '******************************************************************' + print 'Error, surface is a subsurface (%s)' % self + print 'Please report the following lines to the freevo mailing list' + print 'or with the subject \'[Freevo-Bugreport\] GUI\' to' + print '[EMAIL PROTECTED]' + print print 'Error, surface is a subsurface (%s)' % self + print traceback.print_exc() + print print 'GUIObject stack:' c = self *************** *** 314,317 **** --- 325,329 ---- c = c.parent print + print '******************************************************************' return *************** *** 334,339 **** --- 346,358 ---- return self.parent.surface.subsurface(self.get_rect()) except Exception, e: + print '******************************************************************' print 'Exception: %s' % e + print 'Please report the following lines to the freevo mailing list' + print 'or with the subject \'[Freevo-Bugreport\] GUI\' to' + print '[EMAIL PROTECTED]' + print print 'wanted %s for %s' % (self.get_rect(), self.parent.surface) + print traceback.print_exc() + print print 'GUIObject stack:' c = self ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ Freevo-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog