バグ #1230 » 1230-1.patch
core/plugin/extract/extract_tab_list.rb | ||
---|---|---|
type_strict plugin => Plugin
|
||
@plugin = plugin
|
||
super(Gtk::ListStore.new(String, Numeric))
|
||
set_size_request(0, 200)
|
||
append_column Gtk::TreeViewColumn.new(plugin._("名前"), Gtk::CellRendererText.new, text: ITER_NAME)
|
||