From 9180b7ad1a57c49b1e06a81cb337cf9a0a4f89ef Mon Sep 17 00:00:00 2001
From: Jannis Pohlmann <jannis@xfce.org>
Date: Fri, 3 Sep 2010 12:13:48 +0200
Subject: [PATCH] Display content type in the file properties dialog tooltip
 (bug #2369).

---
 thunar/thunar-properties-dialog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thunar/thunar-properties-dialog.c b/thunar/thunar-properties-dialog.c
index 51da9bd4e..9e5a39da6 100644
--- a/thunar/thunar-properties-dialog.c
+++ b/thunar/thunar-properties-dialog.c
@@ -873,7 +873,7 @@ thunar_properties_dialog_update (ThunarPropertiesDialog *dialog)
     str = g_strdup_printf (_("link to %s"), thunar_file_get_symlink_target (dialog->file));
   else
     str = g_content_type_get_description (content_type);
-  gtk_widget_set_tooltip_text (dialog->kind_ebox, str);
+  gtk_widget_set_tooltip_text (dialog->kind_ebox, content_type);
   gtk_label_set_text (GTK_LABEL (dialog->kind_label), str);
   g_free (str);
 
-- 
GitLab