minor change
This commit is contained in:
parent
61d5ef6bbe
commit
d0508ab4ca
@ -117,6 +117,8 @@ namespace Sernatur {
|
|||||||
* Initialize what is needed for this window
|
* Initialize what is needed for this window
|
||||||
*/
|
*/
|
||||||
public void initialize () {
|
public void initialize () {
|
||||||
|
this.set_title ("Test");
|
||||||
|
|
||||||
list_store = new Gtk.ListStore (Column.N_COLUMNS,
|
list_store = new Gtk.ListStore (Column.N_COLUMNS,
|
||||||
typeof (string),
|
typeof (string),
|
||||||
typeof (uint));
|
typeof (uint));
|
||||||
|
Loading…
Reference in New Issue
Block a user