mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-02 17:00:19 +00:00
gtk: add cast to fix warning in my last commit
This commit is contained in:
parent
44cb3bcfed
commit
10c76c1c95
@ -6226,7 +6226,7 @@ show_and_select_files (GtkFileChooserDefault *impl,
|
||||
|
||||
gtk_tree_selection_select_iter (selection, &iter);
|
||||
|
||||
path = gtk_tree_model_get_path (fsmodel, &iter);
|
||||
path = gtk_tree_model_get_path (GTK_TREE_MODEL (fsmodel), &iter);
|
||||
gtk_tree_view_set_cursor (GTK_TREE_VIEW (impl->browse_files_tree_view),
|
||||
path, NULL, FALSE);
|
||||
gtk_tree_path_free (path);
|
||||
|
Loading…
Reference in New Issue
Block a user