Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 69577 | Differences between
and this patch

Collapse All | Expand All

(-)gnome-volume-manager-1.0.2-orig/src/manager.c (-2 / +2 lines)
Lines 47-54 Link Here
47
47
48
#define warn(fmt,arg...) g_warning("%s/%d: " fmt,__FILE__,__LINE__,##arg)
48
#define warn(fmt,arg...) g_warning("%s/%d: " fmt,__FILE__,__LINE__,##arg)
49
49
50
#define BIN_MOUNT		"/bin/mount"	/* what we mount with */
50
#define BIN_MOUNT		"/bin/pmount"	/* what we mount with */
51
#define BIN_UMOUNT		"/bin/umount"	/* what we unmount with */
51
#define BIN_UMOUNT		"/bin/pumount"	/* what we unmount with */
52
#define NAUTILUS_COMMAND	"/usr/bin/nautilus -n --no-desktop %m"
52
#define NAUTILUS_COMMAND	"/usr/bin/nautilus -n --no-desktop %m"
53
53
54
static struct gvm_configuration config;
54
static struct gvm_configuration config;

Return to bug 69577