[Xfce4-commits] <exo:master> Fix two @libexecdir@ -> @HELPERDIR@ replacements.

Nick Schermer noreply at xfce.org
Tue Nov 2 19:18:01 CET 2010


Updating branch refs/heads/master
         to 97e305747241c549ebd8d6293fd818657e01fce7 (commit)
       from 992a8e83060db825dfb3c53ba19766d38daf06de (commit)

commit 97e305747241c549ebd8d6293fd818657e01fce7
Author: Nick Schermer <nick at xfce.org>
Date:   Tue Nov 2 19:16:28 2010 +0100

    Fix two @libexecdir@ -> @HELPERDIR@ replacements.

 exo-helper/helpers/mozilla-mailer.desktop.in.in |    2 +-
 exo-helper/helpers/thunderbird.desktop.in.in    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/exo-helper/helpers/mozilla-mailer.desktop.in.in b/exo-helper/helpers/mozilla-mailer.desktop.in.in
index bcbf5f5..4cff73e 100644
--- a/exo-helper/helpers/mozilla-mailer.desktop.in.in
+++ b/exo-helper/helpers/mozilla-mailer.desktop.in.in
@@ -7,4 +7,4 @@ StartupNotify=false
 X-XFCE-Binaries=mozilla;mozilla-gtk2;mozilla-gtk;
 X-XFCE-Category=MailReader
 X-XFCE-Commands=%B -mail;
-X-XFCE-CommandsWithParameter=@HELPERDIR@/exo-compose-mail-1 mozilla-remote %B "mailto:%s";@libexecdir@/exo-compose-mail-1 mozilla %B "mailto:%s";
+X-XFCE-CommandsWithParameter=@HELPERDIR@/exo-compose-mail-1 mozilla-remote %B "mailto:%s";@HELPERDIR@/exo-compose-mail-1 mozilla %B "mailto:%s";
diff --git a/exo-helper/helpers/thunderbird.desktop.in.in b/exo-helper/helpers/thunderbird.desktop.in.in
index 5b5ea47..745c011 100644
--- a/exo-helper/helpers/thunderbird.desktop.in.in
+++ b/exo-helper/helpers/thunderbird.desktop.in.in
@@ -7,4 +7,4 @@ StartupNotify=false
 X-XFCE-Binaries=thunderbird;thunderbird-gtk2;thunderbird-gtk;mozilla-thunderbird;
 X-XFCE-Category=MailReader
 X-XFCE-Commands=%B;
-X-XFCE-CommandsWithParameter=@HELPERDIR@/exo-compose-mail-1 mozilla-remote %B "mailto:%s";@libexecdir@/exo-compose-mail-1 mozilla %B "mailto:%s";
+X-XFCE-CommandsWithParameter=@HELPERDIR@/exo-compose-mail-1 mozilla-remote %B "mailto:%s";@HELPERDIR@/exo-compose-mail-1 mozilla %B "mailto:%s";



More information about the Xfce4-commits mailing list