[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 172/473: Update popup to show correct version information.

noreply at xfce.org noreply at xfce.org
Mon Feb 16 23:55:42 CET 2015


This is an automated email from the git hooks/post-receive script.

gottcode pushed a commit to branch master
in repository panel-plugins/xfce4-whiskermenu-plugin.

commit 42d5da33950ced5eeccdc5016f237d3d3231e407
Author: Graeme Gott <graeme at gottcode.org>
Date:   Wed Oct 9 17:10:05 2013 -0400

    Update popup to show correct version information.
---
 xfce4-popup-whiskermenu.in |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/xfce4-popup-whiskermenu.in b/xfce4-popup-whiskermenu.in
index 245aa37..630e144 100644
--- a/xfce4-popup-whiskermenu.in
+++ b/xfce4-popup-whiskermenu.in
@@ -19,7 +19,7 @@
 #
 
 export TEXTDOMAIN="xfce4-panel"
-export TEXTDOMAINDIR="@localedir@"
+export TEXTDOMAINDIR="@CMAKE_INSTALL_FULL_LOCALEDIR@"
 
 ATPOINTER="false"
 
@@ -35,7 +35,8 @@ case "$1" in
     exit 0
     ;;
   -V|--version)
-    exec @bindir@/xfce4-panel -V "$(basename $0)"
+    echo "$(basename $0) 1.1.1"
+    echo "Copyright (C) 2013 Graeme Gott"
     exit 0
     ;;
   -p|--pointer)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list