Bug 575270 – GVolumeMonitor::mount-pre-unmount not being emitted

2009-03-26  Carlos Garnacho  <carlosg@gnome.org>

        Bug 575270 – GVolumeMonitor::mount-pre-unmount not being emitted

        * gunixmount.c (eject_unmount_cb) (eject_unmount_do_cb)
        (eject_unmount_do): Emit ::mount-pre-unmount and wait 500msec before
        actually trying to unmount.


svn path=/trunk/; revision=8020
This commit is contained in:
Carlos Garnacho
2009-03-26 13:59:02 +00:00
committed by Carlos Garnacho
parent 3476bfe846
commit dabbea65c6
2 changed files with 42 additions and 18 deletions

View File

@@ -1,3 +1,11 @@
2009-03-26 Carlos Garnacho <carlosg@gnome.org>
Bug 575270 GVolumeMonitor::mount-pre-unmount not being emitted
* gunixmount.c (eject_unmount_cb) (eject_unmount_do_cb)
(eject_unmount_do): Emit ::mount-pre-unmount and wait 500msec before
actually trying to unmount.
2009-03-17 Colin Walters <walters@redhat.com>
Bug 575708 - runaway inotify madness ...