filechooserwidget: Don't emit default-size-changed() in unroot()

It doesn't make much sense to assume the default size has changed just
because the widget has been unrooted.
This commit is contained in:
Timm Bäder 2019-07-19 09:59:17 +02:00
parent a8b559e99f
commit 8665828d7f

View File

@ -3601,7 +3601,6 @@ gtk_file_chooser_widget_unroot (GtkWidget *widget)
remove_settings_signal (impl, gtk_widget_get_display (widget));
check_icon_theme (impl);
emit_default_size_changed (impl);
GTK_WIDGET_CLASS (gtk_file_chooser_widget_parent_class)->unroot (widget);
}