Fix file chooser

Now that the places sidebar is private, we need to
ensure the type is known.
This commit is contained in:
Matthias Clasen 2018-01-09 17:20:23 -05:00
parent 9a3b61ec9d
commit 4908b5ef54

View File

@ -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));