GNOME Bugzilla – Bug 786657
housekeeping: Ignore the Retrode's low-space
Last modified: 2017-08-23 09:17:00 UTC
.
Created attachment 358183 [details] [review] housekeeping: Ignore the Retrode's low-space It doesn't have any space left on its "hard drive", just enough to be able to save the configuration file, and store the cartridge's ROM.
Review of attachment 358183 [details] [review]: sure, feel free to push with the leak fixed ::: plugins/housekeeping/gsd-disk-space-helper.c @@ +106,3 @@ return TRUE; + label = g_unix_mount_guess_name (mount); unlike the other g_unix_mount_* calls here, this one returns an allocated string so needs freeing
Created attachment 358213 [details] [review] housekeeping: Ignore the Retrode's low-space It doesn't have any space left on its "hard drive", just enough to be able to save the configuration file, and store the cartridge's ROM.
Review of attachment 358213 [details] [review]: lgtm
Attachment 358213 [details] pushed as 940ddef - housekeeping: Ignore the Retrode's low-space