[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 01/03: FIXED: Desktop action incorrectly parsed escaped k.

noreply at xfce.org noreply at xfce.org
Wed Jun 14 13:16:18 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       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository panel-plugins/xfce4-whiskermenu-plugin.

commit 52e25275e269a353b5cad1b497d3d2a3c448dc53
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