Re: [Sugar-devel] [PATCH] Fix external media mounting (#3911)

2012-09-26 Thread Simon Schampijer
Excellent work Daniel. I just did make the mount/unmount args more verbose and added a link to the upstream discussion on user_data arguments [1]. Pushed as: b0ac7a02f9e1cd5a3d4408e5ecd4fe7d4a70d9b7 Regards, Simon [1]

[Sugar-devel] [PATCH] Fix external media mounting (#3911)

2012-09-25 Thread Daniel Drake
The GVolumeMonitor used for mounting devices must not drop out of scope, otherwise it will be destroyed, and no signals will be receieved. Move it into global scope. Update mount and unmount calls for introspection. Remove dead code from volumestoolbar. --- extensions/deviceicon/volume.py