2005-12-07 Jeffrey Stedfast * configure.in: Bumped version to 1.5.5 * src/gvm.h: Removed [un]mount_command and eject_command strings. * gnome-volume-manager.schemas.in: Removed the mount_command, unmount_command and eject_command keys, these are no longer used. * src/manager.c (gvm_device_mount): Rewrote to use the new HAL Mount dbus method. (gvm_device_unmount): Rewrote to use the new HAL UnMount method. (unmount_all): Simplified since we no longer need the block.device (gvm_load_config): Removed special-case [un]mount command gconf setting handling code. (gvm_config_changed): Same. (hal_device_condition): Handle the eject event by invoking the Eject() method on HAL via dbus.