[Xfce4-commits] [xfce/xfdesktop] 01/01: Show file names in tooltips (Bug #15899)
noreply at xfce.org
noreply at xfce.org
Thu Sep 26 03:22:36 CEST 2019
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfdesktop.
commit 2074ee97ddf0d95fcc7fde216f8faad246b06025
Author: Jean-Pierre Demailly <jean-pierre.demailly at univ-grenoble-alpes.fr>
Date: Wed Sep 25 22:22:09 2019 -0300
Show file names in tooltips (Bug #15899)
---
src/xfdesktop-regular-file-icon.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/xfdesktop-regular-file-icon.c b/src/xfdesktop-regular-file-icon.c
index 3687127..f1b5daf 100644
--- a/src/xfdesktop-regular-file-icon.c
+++ b/src/xfdesktop-regular-file-icon.c
@@ -814,7 +814,8 @@ xfdesktop_regular_file_icon_peek_tooltip(XfdesktopIcon *icon)
time_string = xfdesktop_file_utils_format_time_for_display(mtime);
regular_file_icon->priv->tooltip =
- g_strdup_printf(_("Type: %s\nSize: %s\nLast modified: %s"),
+ g_strdup_printf(_("Name: %s\nType: %s\nSize: %s\nLast modified: %s"),
+ regular_file_icon->priv->display_name,
description, size_string, time_string);
/* Extract the Comment entry from the .desktop file */
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list