region: Fix compilation failure
A use of the removed tree_view_get_actual_model() crept in.
This commit is contained in:
parent
bf710914be
commit
ab0594239c
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ update_ibus_active_sources (GtkBuilder *builder)
|
|||
gchar *type, *id;
|
||||
|
||||
tv = GTK_TREE_VIEW (WID ("active_input_sources"));
|
||||
model = tree_view_get_actual_model (tv);
|
||||
model = gtk_tree_view_get_model (tv);
|
||||
|
||||
gtk_tree_model_get_iter_first (model, &iter);
|
||||
do
|
||||
|
|
Loading…
Add table
Reference in a new issue