[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 02/02: Always show description if available.
noreply at xfce.org
noreply at xfce.org
Sat Feb 21 14:52:03 CET 2015
This is an automated email from the git hooks/post-receive script.
gottcode pushed a commit to branch master
in repository panel-plugins/xfce4-whiskermenu-plugin.
commit 56ca267390da85413dc3cd214ac4587e6f6d03f2
Author: Graeme Gott <graeme at gottcode.org>
Date: Sat Feb 21 08:27:16 2015 -0500
Always show description if available.
---
panel-plugin/launcher.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugin/launcher.cpp b/panel-plugin/launcher.cpp
index f741b59..cc71507 100644
--- a/panel-plugin/launcher.cpp
+++ b/panel-plugin/launcher.cpp
@@ -160,7 +160,7 @@ Launcher::Launcher(GarconMenuItem* item) :
if (wm_settings->launcher_show_description)
{
const gchar* details = garcon_menu_item_get_comment(m_item);
- if (!wm_settings->launcher_show_name || !details || !g_utf8_validate(details, -1, NULL))
+ if (!details || !g_utf8_validate(details, -1, NULL))
{
details = generic_name;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list