[Xfce4-commits] <thunar:master> Set full filenames list tooltip in the Names label.
Nick Schermer
noreply at xfce.org
Sun Sep 16 20:16:19 CEST 2012
Updating branch refs/heads/master
to a6bed8f13d9e39fbf86b6f4128c06df9028e9d83 (commit)
from c75b772eaec23caa15e0d1ca9f0ff5b4cf3f6abe (commit)
commit a6bed8f13d9e39fbf86b6f4128c06df9028e9d83
Author: Nick Schermer <nick at xfce.org>
Date: Sun Sep 16 20:11:12 2012 +0200
Set full filenames list tooltip in the Names label.
thunar/thunar-properties-dialog.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/thunar/thunar-properties-dialog.c b/thunar/thunar-properties-dialog.c
index fada201..d4a6e1b 100644
--- a/thunar/thunar-properties-dialog.c
+++ b/thunar/thunar-properties-dialog.c
@@ -1195,6 +1195,7 @@ thunar_properties_dialog_update_multiple (ThunarPropertiesDialog *dialog)
/* set the labels string */
gtk_label_set_text (GTK_LABEL (dialog->names_label), names_string->str);
+ gtk_widget_set_tooltip_text (dialog->names_label, names_string->str);
g_string_free (names_string, TRUE);
/* hide the permissions chooser for trashed files */
More information about the Xfce4-commits
mailing list