diffing dir...
Sat Oct 23 00:12:26 EDT 2010 John Obbele <joh...@gm...>
* [wrapNewGObject] additional fix to ./gio/System/GIO/Volumes/Volume.chs
Ignore-this: 9d2be1ce09cf799e44afa79335adca3b
{
hunk ./gio/System/GIO/Volumes/Volume.chs 138
- maybeNull (makeNewGObject mkDrive) $
+ maybeNull (wrapNewGObject mkDrive) $
hunk ./gio/System/GIO/Volumes/Volume.chs 145
- maybeNull (makeNewGObject mkMount) $
+ maybeNull (wrapNewGObject mkMount) $
hunk ./gio/System/GIO/Volumes/Volume.chs 170
- maybeNull (makeNewGObject mkFile) $
+ maybeNull (wrapNewGObject mkFile) $
}
|