Code review comment for lp://qastaging/~junrrein/pantheon-files/fix-1005270

Revision history for this message
David Gomes (davidgomes) wrote :

if (!g_file_info_has_attribute (file->info, G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE)){

if (!g_file_info_has_attribute (file->info, G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE)) {

The rest isn't absolutely perfect, but it's fine. We don't have super-strict C Code Guidelines anyways.

« Back to merge proposal