forked from AuroraMiddleware/gtk
fix tyop
This commit is contained in:
parent
ba60ad9a94
commit
c41442cd35
@ -64,7 +64,7 @@ enum
|
|||||||
|
|
||||||
/* Create a model. We are using the store model for now, though we
|
/* Create a model. We are using the store model for now, though we
|
||||||
* could use any other GtkTreeModel */
|
* could use any other GtkTreeModel */
|
||||||
model = gtk_tree_store_new_with_values (N_COLUMNS, G_TYPE_STRING);
|
model = gtk_tree_store_new (N_COLUMNS, G_TYPE_STRING);
|
||||||
|
|
||||||
/* custom function to fill the model with data */
|
/* custom function to fill the model with data */
|
||||||
populate_tree_model (model);
|
populate_tree_model (model);
|
||||||
|
Loading…
Reference in New Issue
Block a user