enable multi-column paper choices, in report output

svn: r22106
This commit is contained in:
Paul Franklin 2013-04-27 15:48:02 +00:00
parent f5eae77246
commit e709c127f6

View File

@ -56,6 +56,7 @@ class PaperComboBox(Gtk.ComboBox):
def __init__(self,default_name):
GObject.GObject.__init__(self)
self.set_wrap_width(4)
self.store = Gtk.ListStore(GObject.TYPE_STRING)
self.set_model(self.store)