[Xfce4-commits] [panel-plugins/xfce4-mount-plugin] 01/01: favor mount point instead of device description for mounting. this allows e.g. nfs to be mounted, while //server/share doesn't seem to work.

noreply at xfce.org noreply at xfce.org
Sat Jul 12 23:17:11 CEST 2014


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

timystery pushed a commit to branch master
in repository panel-plugins/xfce4-mount-plugin.

commit 5e1ca1c27eddfd4b9e84cef4d8fb16dce82ff583
Author: Fabian <timystery at arcor.de>
Date:   Sat Jul 12 23:16:27 2014 +0200

    favor mount point instead of device description for mounting.
    this allows e.g. nfs to be mounted, while //server/share doesn't seem to work.
---
 configure.ac.in             |    2 +-
 panel-plugin/mount-plugin.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index 95b1518..3419e6d 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -10,7 +10,7 @@ dnl for Xfce4-panel 4.8 and higher only!
 
 m4_define([mount_version_major], [0])
 m4_define([mount_version_minor], [6])
-m4_define([mount_version_micro], [8])
+m4_define([mount_version_micro], [9])
 m4_define([mount_version_tag], [git]) # Leave empty only for releases, but use 'git' in most cases
 m4_define([mount_version_build], [@REVISION@])
 m4_define([mount_version], [mount_version_major().mount_version_minor().mount_version_micro()ifelse(mount_version_tag(), [], [], [mount_version_tag()-mount_version_build()])])
diff --git a/panel-plugin/mount-plugin.h b/panel-plugin/mount-plugin.h
index c35a75c..f7e6570 100644
--- a/panel-plugin/mount-plugin.h
+++ b/panel-plugin/mount-plugin.h
@@ -39,8 +39,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 #define BORDER 6
 
-#define DEFAULT_MOUNT_COMMAND "mount %d"
-#define DEFAULT_UMOUNT_COMMAND "umount %d"
+#define DEFAULT_MOUNT_COMMAND "mount %m"
+#define DEFAULT_UMOUNT_COMMAND "umount %m"
 
 #define DEFAULT_ICON PACKAGE_DATA_DIR "/icons/hicolor/scalable/apps/xfce-mount.svg"
 

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


More information about the Xfce4-commits mailing list