summaryrefslogtreecommitdiff
path: root/gtk/gtkmountoperation.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-04-21 08:46:35 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-04-22 12:35:30 -0400
commit2ddff872cd965c687f16cf7cc2053b230acfd5dc (patch)
treeac3e47d751c983699d7179349c55013468541544 /gtk/gtkmountoperation.c
parent7aeef71a495cba91fa2d65e9e6a1765c3c569360 (diff)
downloadgtk+-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.c2
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,