minor change
This commit is contained in:
parent
61d5ef6bbe
commit
d0508ab4ca
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user