forked from AuroraMiddleware/gtk
filechooser: Fix compile warning
This commit is contained in:
parent
0ce142e58d
commit
3d0a2d50f0
@ -3908,7 +3908,7 @@ visit_file_cb (GtkMenuItem *item,
|
||||
{
|
||||
GFile *file = files->data;
|
||||
|
||||
gtk_file_chooser_default_select_file (impl, file, NULL); /* NULL-GError */
|
||||
gtk_file_chooser_default_select_file (GTK_FILE_CHOOSER (impl), file, NULL); /* NULL-GError */
|
||||
}
|
||||
|
||||
g_slist_foreach (files, (GFunc) g_object_unref, NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user