forked from AuroraMiddleware/gtk
Fix file chooser
Now that the places sidebar is private, we need to ensure the type is known.
This commit is contained in:
parent
9a3b61ec9d
commit
4908b5ef54
@ -8580,6 +8580,7 @@ gtk_file_chooser_widget_init (GtkFileChooserWidget *impl)
|
|||||||
*/
|
*/
|
||||||
g_type_ensure (GTK_TYPE_PATH_BAR);
|
g_type_ensure (GTK_TYPE_PATH_BAR);
|
||||||
g_type_ensure (GTK_TYPE_PLACES_VIEW);
|
g_type_ensure (GTK_TYPE_PLACES_VIEW);
|
||||||
|
g_type_ensure (GTK_TYPE_PLACES_SIDEBAR);
|
||||||
g_type_ensure (GTK_TYPE_FILE_CHOOSER_ERROR_STACK);
|
g_type_ensure (GTK_TYPE_FILE_CHOOSER_ERROR_STACK);
|
||||||
|
|
||||||
gtk_widget_init_template (GTK_WIDGET (impl));
|
gtk_widget_init_template (GTK_WIDGET (impl));
|
||||||
|
Loading…
Reference in New Issue
Block a user