summaryrefslogtreecommitdiff
path: root/plugins/housekeeping
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-01-20 22:14:02 +0100
committerraveit65 <[email protected]>2021-01-28 20:22:59 +0100
commitedb0fa1a1250176684b070f6444469af146dbd8e (patch)
tree112d4901f6bc192625714361625824527b534c16 /plugins/housekeeping
parent25403b779f27d4e84640bb592c6b231ad3869ae3 (diff)
downloadmate-settings-daemon-edb0fa1a1250176684b070f6444469af146dbd8e.tar.bz2
mate-settings-daemon-edb0fa1a1250176684b070f6444469af146dbd8e.tar.xz
housekeeping: Do not use deprecated gtk_image_new_from_stock
Diffstat (limited to 'plugins/housekeeping')
-rw-r--r--plugins/housekeeping/msd-ldsm-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/housekeeping/msd-ldsm-dialog.c b/plugins/housekeeping/msd-ldsm-dialog.c
index 18cbe0c..a0e118d 100644
--- a/plugins/housekeeping/msd-ldsm-dialog.c
+++ b/plugins/housekeeping/msd-ldsm-dialog.c
@@ -449,7 +449,7 @@ msd_ldsm_dialog_new (gboolean other_usable_partitions,
button_ignore = gtk_dialog_add_button (GTK_DIALOG (dialog),
_("Ignore"),
GTK_RESPONSE_CANCEL);
- ignore_image = gtk_image_new_from_stock (GTK_STOCK_CANCEL, GTK_ICON_SIZE_BUTTON);
+ ignore_image = gtk_image_new_from_icon_name ("process-stop", GTK_ICON_SIZE_BUTTON);
gtk_button_set_image (GTK_BUTTON (button_ignore), ignore_image);
gtk_widget_grab_default (button_ignore);