minor change

This commit is contained in:
2019-01-14 10:16:01 -03:00
parent 61d5ef6bbe
commit d0508ab4ca

View File

@@ -117,6 +117,8 @@ namespace Sernatur {
* Initialize what is needed for this window
*/
public void initialize () {
this.set_title ("Test");
list_store = new Gtk.ListStore (Column.N_COLUMNS,
typeof (string),
typeof (uint));