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

2017-08-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

gottcode pushed a 
commit to annotated 
tag v2.1.3
in repository panel-plugins/xfce4-whiskermenu-plugin.

commit 3b945ff6d50852738c974a1d35df438dcd9877bb
Author: Graeme Gott 
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.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


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

2017-08-05 Thread noreply
This is an automated email from the git hooks/post-receive script.

gottcode pushed a 
commit to annotated 
tag v1.7.3
in repository panel-plugins/xfce4-whiskermenu-plugin.

commit 940006d985080c55dbd67837d12e99fe25162c0d
Author: Graeme Gott 
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.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits