[Xfce4-commits] <thunar:nick/multiple-file-properties> Set full filenames list tooltip in the Names label.

Nick Schermer noreply at xfce.org
Sun Sep 16 20:12:02 CEST 2012


Updating branch refs/heads/nick/multiple-file-properties
         to 172a012bf12de7f4680303b6cc5572d3ae86e377 (commit)
       from 5898f295cab37e4bbda87f9dcf3a36e00d78fb3e (commit)

commit 172a012bf12de7f4680303b6cc5572d3ae86e377
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