diff options
Diffstat (limited to 'plugins/housekeeping/msd-ldsm-trash-empty.c')
-rw-r--r-- | plugins/housekeeping/msd-ldsm-trash-empty.c | 2 |
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); |