[Xfce4-commits] <xfce4-panel:xfce-4.8> Fix helper locations.

Nick Schermer noreply at xfce.org
Sun Feb 13 12:10:03 CET 2011


Updating branch refs/heads/xfce-4.8
         to b1516bbd96919f9293d4a3519d4ffff8461eb1e0 (commit)
       from f0fdf07a50c97e3cc6db4e372a3342225e1726c8 (commit)

commit b1516bbd96919f9293d4a3519d4ffff8461eb1e0
Author: Nick Schermer <nick at xfce.org>
Date:   Sun Feb 13 12:06:40 2011 +0100

    Fix helper locations.

 panel/Makefile.am                     |    2 +-
 panel/panel-application.c             |    2 +-
 panel/panel-plugin-external-wrapper.c |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/panel/Makefile.am b/panel/Makefile.am
index 843bb6c..672272b 100644
--- a/panel/Makefile.am
+++ b/panel/Makefile.am
@@ -4,7 +4,7 @@ INCLUDES = \
 	-DG_LOG_DOMAIN=\"xfce4-panel\" \
 	-DDATADIR=\"$(datadir)/xfce4\" \
 	-DLIBDIR=\"$(libdir)/xfce4\" \
-	-DHELPERDIR=\"$(HELPER_PATH_PREFIX)\" \
+	-DHELPERDIR=\"$(HELPER_PATH_PREFIX)/xfce4/panel\" \
 	-DPACKAGE_LOCALE_DIR=\"$(localedir)\" \
 	-DDBUS_API_SUBJECT_TO_CHANGE \
 	$(PLATFORM_CPPFLAGS)
diff --git a/panel/panel-application.c b/panel/panel-application.c
index d745069..94aa4eb 100644
--- a/panel/panel-application.c
+++ b/panel/panel-application.c
@@ -50,7 +50,7 @@
 #include <panel/panel-plugin-external.h>
 
 #define AUTOSAVE_INTERVAL (10 * 60)
-#define MIGRATE_BIN       HELPERDIR G_DIR_SEPARATOR_S "panel" G_DIR_SEPARATOR_S "migrate"
+#define MIGRATE_BIN       HELPERDIR G_DIR_SEPARATOR_S "migrate"
 
 
 
diff --git a/panel/panel-plugin-external-wrapper.c b/panel/panel-plugin-external-wrapper.c
index 23c35cd..fb6a202 100644
--- a/panel/panel-plugin-external-wrapper.c
+++ b/panel/panel-plugin-external-wrapper.c
@@ -51,7 +51,7 @@
 
 
 
-#define WRAPPER_BIN HELPERDIR G_DIR_SEPARATOR_S "panel" G_DIR_SEPARATOR_S "wrapper"
+#define WRAPPER_BIN HELPERDIR G_DIR_SEPARATOR_S "wrapper"
 
 
 



More information about the Xfce4-commits mailing list