Code review comment for lp:~rodrigo-moya/ubuntuone-client/no-enabling-on-special-udfs

Revision history for this message
Chad Miller (cmiller) wrote :

53 + if (g_str_has_prefix (path, tmp))
54 + done = TRUE;

What, no, done = g_str_has_prefix (path, tmp) ?! :)

Ah, alright, approved.

review: Approve

« Back to merge proposal