[Xfce4-commits] <xfce4-appfinder:master> Show the comment in the item tooltip.
Nick Schermer
noreply at xfce.org
Tue Dec 27 14:16:01 CET 2011
Updating branch refs/heads/master
to c597c4ab3c7b31190cf6541d82fa8301264e539c (commit)
from 09306d37f8b0ef1c32e118dd432b93127c8356fa (commit)
commit c597c4ab3c7b31190cf6541d82fa8301264e539c
Author: Nick Schermer <nick at xfce.org>
Date: Tue Dec 27 14:14:41 2011 +0100
Show the comment in the item tooltip.
src/appfinder-model.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/appfinder-model.c b/src/appfinder-model.c
index 1259fda..1cc45ea 100644
--- a/src/appfinder-model.c
+++ b/src/appfinder-model.c
@@ -521,8 +521,10 @@ xfce_appfinder_model_get_value (GtkTreeModel *tree_model,
item->tooltip = g_markup_printf_escaped ("<b>%s:</b> %s\n"
"<b>%s:</b> %s\n"
"<b>%s:</b> %s\n"
+ "<b>%s:</b> %s\n"
"<b>%s:</b> %s",
_("Name"), garcon_menu_item_get_name (item->item),
+ _("Comment"), garcon_menu_item_get_comment (item->item),
_("Command"), garcon_menu_item_get_command (item->item),
_("Categories"), cat_str,
_("Filename"), parse_name);
More information about the Xfce4-commits
mailing list