http://bugs.async.com.br/show_bug.cgi?id=3705
--- Comment #1 from Johan Dahlin <[EMAIL PROTECTED]> 2008-05-07 15:29:06 BRT --- (From update of attachment 4703) >Index: kiwi/ui/listdialog.py >+ self.orientation = orientation Can be private, no? >+ def _pack_list(self, box=None): >+ if box is None: >+ self.pack_start(self.list) >+ else: >+ box.pack_start(self.list) > self.list.show() This method appears to be unused. >+ def _set_child_packing(self, padding): >+ if self.orientation == gtk.ORIENTATION_HORIZONTAL: >+ expand = True >+ else: >+ expand = False You can short this to one line! -- Configure bugmail: http://bugs.async.com.br/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ Kiwi mailing list [email protected] http://www.async.com.br/mailman/listinfo/kiwi
