summaryrefslogtreecommitdiff
path: root/plugins/housekeeping
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-04-25 22:32:20 +0200
committerraveit65 <[email protected]>2017-04-25 23:10:38 +0200
commit6846316036fac06132404e9eedad8891948b56f8 (patch)
treed56e6fd1a6fa6fa2cdaaba59ff3a7513a663537d /plugins/housekeeping
parent3b2871ad76afd2a31ba1f15cdb843f236c220b5e (diff)
downloadmate-settings-daemon-6846316036fac06132404e9eedad8891948b56f8.tar.bz2
mate-settings-daemon-6846316036fac06132404e9eedad8891948b56f8.tar.xz
ldsm-dialog: don't use deprecated GTK_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 5b6aba6..8a01bca 100644
--- a/plugins/housekeeping/msd-ldsm-dialog.c
+++ b/plugins/housekeeping/msd-ldsm-dialog.c
@@ -206,7 +206,7 @@ msd_ldsm_dialog_init (MsdLdsmDialog *dialog)
/* Set up all the window stuff here */
gtk_window_set_title (GTK_WINDOW (dialog), _("Low Disk Space"));
gtk_window_set_icon_name (GTK_WINDOW (dialog),
- GTK_STOCK_DIALOG_WARNING);
+ "dialog-warning");
gtk_window_set_resizable (GTK_WINDOW (dialog), FALSE);
gtk_window_set_position (GTK_WINDOW (dialog), GTK_WIN_POS_CENTER);
gtk_window_set_urgency_hint (GTK_WINDOW (dialog), TRUE);