minor change

This commit is contained in:
Chris Cromer 2019-01-14 10:16:01 -03:00
parent 61d5ef6bbe
commit d0508ab4ca
Signed by: cromer
GPG Key ID: 39CC813FF3C8708A
1 changed files with 2 additions and 0 deletions

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));