diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-04-21 08:46:35 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-04-22 12:35:30 -0400 |
commit | 2ddff872cd965c687f16cf7cc2053b230acfd5dc (patch) | |
tree | ac3e47d751c983699d7179349c55013468541544 /gtk/gtkmountoperation.c | |
parent | 7aeef71a495cba91fa2d65e9e6a1765c3c569360 (diff) | |
download | gtk+-2ddff872cd965c687f16cf7cc2053b230acfd5dc.tar.gz |
css: Drop the -gtk-icon-theme property
We want to always use the current icon theme, and only
have the minimum amount of custom properties.
Diffstat (limited to 'gtk/gtkmountoperation.c')
-rw-r--r-- | gtk/gtkmountoperation.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkmountoperation.c b/gtk/gtkmountoperation.c index a9626ac35e..d1eb782079 100644 --- a/gtk/gtkmountoperation.c +++ b/gtk/gtkmountoperation.c @@ -1206,8 +1206,6 @@ add_pid_to_process_list_store (GtkMountOperation *mount_operation, GtkIconPaintable *icon; theme = gtk_icon_theme_get_for_display (gtk_widget_get_display (GTK_WIDGET (mount_operation->priv->dialog))); - (_gtk_style_context_peek_property (gtk_widget_get_style_context (GTK_WIDGET (mount_operation->priv->dialog)), - GTK_CSS_PROPERTY_ICON_THEME)); icon = gtk_icon_theme_lookup_icon (theme, "application-x-executable", NULL, |