[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 04/17: FIXED: Desktop action incorrectly parsed escaped k.
noreply at xfce.org
noreply at xfce.org
Sun Aug 6 01:24:41 CEST 2017
This is an automated email from the git hooks/post-receive script.
g o t t c o d e p u s h e d a c o m m i t t o a n n o t a t e d t a g v 1 . 7 . 3
in repository panel-plugins/xfce4-whiskermenu-plugin.
commit 940006d985080c55dbd67837d12e99fe25162c0d
Author: Graeme Gott <graeme at gottcode.org>
Date: Fri Jun 2 09:23:09 2017 -0400
FIXED: Desktop action incorrectly parsed escaped k.
---
panel-plugin/launcher.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/panel-plugin/launcher.cpp b/panel-plugin/launcher.cpp
index 7c3396e..7d164a5 100644
--- a/panel-plugin/launcher.cpp
+++ b/panel-plugin/launcher.cpp
@@ -319,6 +319,7 @@ void Launcher::run(GdkScreen* screen, DesktopAction* action) const
case 'k':
replace_and_free_with_quoted_string(command, i, garcon_menu_item_get_uri(m_item));
+ break;
case '%':
command.erase(i, 1);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list