[Xfce4-commits] <thunar:master> Display content type in the file properties dialog tooltip (bug #2369).

Jannis Pohlmann noreply at xfce.org
Fri Sep 3 12:16:01 CEST 2010


Updating branch refs/heads/master
         to 9180b7ad1a57c49b1e06a81cb337cf9a0a4f89ef (commit)
       from c2daf9efd858caa9a7d8b1d3b9ef0925178dbffa (commit)

commit 9180b7ad1a57c49b1e06a81cb337cf9a0a4f89ef
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Fri Sep 3 12:13:48 2010 +0200

    Display content type in the file properties dialog tooltip (bug #2369).

 thunar/thunar-properties-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/thunar/thunar-properties-dialog.c b/thunar/thunar-properties-dialog.c
index 51da9bd..9e5a39d 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);
 



More information about the Xfce4-commits mailing list