summaryrefslogtreecommitdiff
path: root/plugins/housekeeping
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-04-11 11:02:30 +0300
committermonsta <[email protected]>2016-04-11 11:02:30 +0300
commit3ddfda988868d95784196ed66a20d199b0173bb9 (patch)
treeaeba4582ab2277019c4e50d421939c67f3c9c9a2 /plugins/housekeeping
parentb76900cf548ec69c9f42e5690fb8c7dae4d9f95f (diff)
downloadmate-settings-daemon-3ddfda988868d95784196ed66a20d199b0173bb9.tar.bz2
mate-settings-daemon-3ddfda988868d95784196ed66a20d199b0173bb9.tar.xz
housekeeping: properly apply label markup
Diffstat (limited to 'plugins/housekeeping')
-rw-r--r--plugins/housekeeping/msd-ldsm-trash-empty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/housekeeping/msd-ldsm-trash-empty.c b/plugins/housekeeping/msd-ldsm-trash-empty.c
index 6a708d0..33b1635 100644
--- a/plugins/housekeeping/msd-ldsm-trash-empty.c
+++ b/plugins/housekeeping/msd-ldsm-trash-empty.c
@@ -121,7 +121,7 @@ trash_empty_update_dialog (gpointer user_data)
tmp = g_file_get_basename (file);
text = g_markup_printf_escaped (_("Removing: %s"), tmp);
markup = g_strdup_printf ("<i>%s</i>", text);
- gtk_label_set_markup (GTK_LABEL (file_label), text);
+ gtk_label_set_markup (GTK_LABEL (file_label), markup);
g_free (markup);
g_free (text);
g_free (tmp);