I'm creating a CList like so: w = gtk.GtkCList(cols=1, titles=(self.description,)) #cols might be >1 sometime in the future.
then I do this:
for col in self.sortableColumns:
title = w.get_column_title(col)
lab = w.get_column_widget(col)
Both of which will cause a core dump.
--
Steve McClure <[EMAIL PROTECTED]>
Racemi, Inc.
signature.asc
Description: This is a digitally signed message part
