From 3ddfda988868d95784196ed66a20d199b0173bb9 Mon Sep 17 00:00:00 2001 From: monsta Date: Mon, 11 Apr 2016 11:02:30 +0300 Subject: housekeeping: properly apply label markup --- plugins/housekeeping/msd-ldsm-trash-empty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/housekeeping/msd-ldsm-trash-empty.c') 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 ("%s", 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); -- cgit v1.2.1