From 09bd0164aaadc0e124e1425b69cf68df6fb044a4 Mon Sep 17 00:00:00 2001
From: Peter de Ridder <peter@xfce.org>
Date: Sun, 7 Apr 2013 23:48:36 +0200
Subject: [PATCH] Change WRAPPER_BIN name to match the wrapper.

---
 panel/panel-plugin-external-wrapper.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/panel/panel-plugin-external-wrapper.c b/panel/panel-plugin-external-wrapper.c
index 89c5674c9..399bff13f 100644
--- a/panel/panel-plugin-external-wrapper.c
+++ b/panel/panel-plugin-external-wrapper.c
@@ -51,8 +51,8 @@
 
 
 
-#define WRAPPER_BIN HELPERDIR G_DIR_SEPARATOR_S "wrapper"
-#define WRAPPER3_BIN HELPERDIR G_DIR_SEPARATOR_S "wrapper3"
+#define WRAPPER_BIN HELPERDIR G_DIR_SEPARATOR_S "wrapper-1.0"
+#define WRAPPER3_BIN HELPERDIR G_DIR_SEPARATOR_S "wrapper-2.0"
 
 
 
-- 
GitLab